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:
commit
5b08b05174
2
.github/workflows/knative-releasability.yaml
vendored
2
.github/workflows/knative-releasability.yaml
vendored
@ -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
|
||||
|
2
.github/workflows/knative-style.yaml
vendored
2
.github/workflows/knative-style.yaml
vendored
@ -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…
x
Reference in New Issue
Block a user