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:
Glenn Jocher 2023-07-31 16:59:21 +02:00 committed by GitHub
parent 40af5b0fa7
commit bcec003ee3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View file

@ -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"}