diff --git a/.github/workflows/feature-branch.yml b/.github/workflows/feature-branch.yml index 5f5b7ad4..983a6fc4 100644 --- a/.github/workflows/feature-branch.yml +++ b/.github/workflows/feature-branch.yml @@ -17,6 +17,7 @@ jobs: tag_name: ${{ steps.extract_tag_name.outputs.tag_name }} repo_name: ${{ steps.extract_repo_name.outputs.repo_name }} steps: + - uses: actions/checkout@v3 - name: Extract short repo name shell: bash run: echo "repo_name=caab-ebs${GITHUB_REPOSITORY#*\/laa-ccms-data}" >> $GITHUB_OUTPUT diff --git a/.github/workflows/push-branch.yml b/.github/workflows/push-branch.yml index 1b3f1d78..611962e2 100644 --- a/.github/workflows/push-branch.yml +++ b/.github/workflows/push-branch.yml @@ -11,6 +11,7 @@ on: push: branches-ignore: - main + - feature-* permissions: contents: read