We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcf4cea commit b3ec76cCopy full SHA for b3ec76c
1 file changed
.github/workflows/build.yml
@@ -35,7 +35,7 @@ jobs:
35
GITHUB_TOKEN: ${{ github.token }}
36
- name: Post to a Slack channel
37
if: ${{ failure() }}
38
- uses: slackapi/slack-github-action@v1.18.0
+ uses: slackapi/slack-github-action@v1.23.0
39
env:
40
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
41
SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK
0 commit comments