1
0
mirror of https://github.com/ko-build/ko.git synced 2025-02-07 19:30:23 +02:00

Merge pull request #255 from knative-automation/auto-updates/common-actions

[Automated] Update actions
This commit is contained in:
Jason Hall 2020-12-03 09:31:41 -05:00 committed by GitHub
commit 5b08b05174
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