From 6acdf7855e775720b38caf7862048568d40aeec8 Mon Sep 17 00:00:00 2001 From: Friedrich Wilken Date: Thu, 1 Feb 2024 09:53:58 +0100 Subject: [PATCH] revert removed shell instructions --- .github/workflows/bump-sec-scanners-config-reusable.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/bump-sec-scanners-config-reusable.yml b/.github/workflows/bump-sec-scanners-config-reusable.yml index 3fdc202..592d053 100644 --- a/.github/workflows/bump-sec-scanners-config-reusable.yml +++ b/.github/workflows/bump-sec-scanners-config-reusable.yml @@ -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}" @@ -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" @@ -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 }}