Skip to content

Commit

Permalink
Merge pull request #255 from knative-automation/auto-updates/common-a…
Browse files Browse the repository at this point in the history
…ctions

[Automated] Update actions
  • Loading branch information
imjasonh committed Dec 3, 2020
2 parents b843019 + 87d718d commit 5b08b05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/knative-releasability.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/knative-style.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5b08b05

Please sign in to comment.