mirror of https://github.com/knative/client.git
Update common github actions (#1230)
Signed-off-by: Knative Automation <automation@knative.team>
This commit is contained in:
parent
13f40848e9
commit
a805396105
|
|
@ -157,3 +157,11 @@ jobs:
|
|||
${{ env.CHECK_MESSAGE }}
|
||||
${{ env.VERIFY_MESSAGE }}
|
||||
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
|
||||
|
|
|
|||
|
|
@ -100,7 +100,7 @@ jobs:
|
|||
|
||||
- name: Install Tools
|
||||
env:
|
||||
WOKE_VERSION: v0.4.1
|
||||
WOKE_VERSION: v0.5.0
|
||||
run: |
|
||||
TEMP_PATH="$(mktemp -d)"
|
||||
cd $TEMP_PATH
|
||||
|
|
|
|||
Loading…
Reference in New Issue