mirror of
https://github.com/NVIDIA/nvidia-container-toolkit
synced 2025-04-03 20:30:48 +00:00
Merge pull request #926 from ArangoGutierrez/slack_botv2
Some checks are pending
Some checks are pending
[no-relnote] Update Slack notification action step
This commit is contained in:
commit
64633903c7
17
.github/workflows/e2e.yaml
vendored
17
.github/workflows/e2e.yaml
vendored
@ -85,15 +85,14 @@ jobs:
|
||||
make -f tests/e2e/Makefile test
|
||||
|
||||
- name: Send Slack alert notification
|
||||
id: slack
|
||||
if: ${{ failure() }}
|
||||
uses: slackapi/slack-github-action@v2.0.0
|
||||
env:
|
||||
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
|
||||
SUMMARY_URL: https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}
|
||||
with:
|
||||
channel-id: ${{ secrets.SLACK_CHANNEL_ID }}
|
||||
slack-message: |
|
||||
:x: On repository ${{ github.repository }} the Workflow *${{ github.workflow }}* has failed.
|
||||
|
||||
Details: ${{ env.SUMMARY_URL }}
|
||||
method: chat.postMessage
|
||||
token: ${{ secrets.SLACK_BOT_TOKEN }}
|
||||
payload: |
|
||||
channel: ${{ secrets.SLACK_CHANNEL_ID }}
|
||||
text: |
|
||||
:x: On repository ${{ github.repository }}, the Workflow *${{ github.workflow }}* has failed.
|
||||
|
||||
Details: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}
|
||||
|
Loading…
Reference in New Issue
Block a user