Skip to content

Commit

Permalink
revert removed shell instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
friedrichwilken committed Feb 1, 2024
1 parent 585a5b1 commit 6acdf78
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/bump-sec-scanners-config-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ jobs:
- name: Render sec-scanners-config.yaml
env:
VERSION: ${{ inputs.VERSION }}
shell: bash
# Where ever you use this workflow, the script hack/scripts/render-sec-scanners-config.sh must exist.
run: ./hack/scripts/render-sec-scanners-config.sh "${VERSION}"

Expand All @@ -84,8 +85,8 @@ jobs:
echo "CREATE_PR=true" >> $GITHUB_ENV
fi
if: ${{ always() }}
- name: Print out sec-scanners-config.yaml
if: ${{ always() }}
shell: bash
run: |
FILE="sec-scanners-config.yaml"
Expand Down Expand Up @@ -156,8 +157,8 @@ jobs:
run: |
echo "please review ${PR_URL}"
if: ${{ env.CREATE_PR == 'true' }}
- name: Wait for PR to be merged
if: ${{ env.CREATE_PR == 'true' }}
shell: bash
env:
TIMEOUT: ${{ inputs.TIMEOUT }}
Expand Down

0 comments on commit 6acdf78

Please sign in to comment.