Bump slackapi/slack-github-action from 1.23.0 to 1.24.0 (#4066)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: valfrom <valfrom@gmail.com>
This commit is contained in:
parent
40af5b0fa7
commit
bcec003ee3
4 changed files with 4 additions and 4 deletions
2
.github/workflows/docker.yaml
vendored
2
.github/workflows/docker.yaml
vendored
|
|
@ -86,7 +86,7 @@ jobs:
|
|||
|
||||
- name: Notify on failure
|
||||
if: github.event_name == 'push' && (cancelled() || failure())
|
||||
uses: slackapi/slack-github-action@v1.23.0
|
||||
uses: slackapi/slack-github-action@v1.24.0
|
||||
with:
|
||||
payload: |
|
||||
{"text": "<!channel> GitHub Actions error for ${{ github.workflow }} ❌\n\n\n*Repository:* https://github.com/${{ github.repository }}\n*Action:* https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}\n*Author:* ${{ github.actor }}\n*Event:* ${{ github.event_name }}\n"}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue