Update common github actions (#399)

Signed-off-by: Knative Automation <automation@knative.team>
This commit is contained in:
knative-automation 2020-12-03 06:55:09 -08:00 committed by GitHub
parent fc10335afb
commit a7523801f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -142,7 +142,7 @@ jobs:
echo 'SLACK_TITLE=Releasability for ${{ github.repository }} @ ${{ env.RELEASE }} is NO-GO!' >> $GITHUB_ENV
- name: Post status to Slack
if: steps.exists.outputs.release-branch == 'false'
if: ${{ secrets.SLACK_WEBHOOK != '' && steps.exists.outputs.release-branch == 'false' }}
uses: rtCamp/action-slack-notify@v2.1.0
env:
SLACK_ICON: http://github.com/knative.png?size=48

View File

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