Update common github actions (#1230)

Signed-off-by: Knative Automation <automation@knative.team>
This commit is contained in:
knative-automation 2021-02-16 13:33:20 -08:00 committed by GitHub
parent 13f40848e9
commit a805396105
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 1 deletions

View File

@ -157,3 +157,11 @@ jobs:
${{ env.CHECK_MESSAGE }} ${{ env.CHECK_MESSAGE }}
${{ env.VERIFY_MESSAGE }} ${{ env.VERIFY_MESSAGE }}
For detailed logs: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }} For detailed logs: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}
- name: Fail if NO-GO
if: steps.exists.outputs.release-branch == 'false' && env.current == 'false'
run: |
# When we have figured out that things are NO-GO, we intentionally fail the job
# so that the status badge shows up red and we can use the badges to create a
# releasability dashboard for all of the repos.
exit 1

View File

@ -100,7 +100,7 @@ jobs:
- name: Install Tools - name: Install Tools
env: env:
WOKE_VERSION: v0.4.1 WOKE_VERSION: v0.5.0
run: | run: |
TEMP_PATH="$(mktemp -d)" TEMP_PATH="$(mktemp -d)"
cd $TEMP_PATH cd $TEMP_PATH