mirror of https://github.com/knative/caching.git
Update common github actions (#399)
Signed-off-by: Knative Automation <automation@knative.team>
This commit is contained in:
parent
fc10335afb
commit
a7523801f5
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue