mirror of
https://github.com/NVIDIA/nvidia-container-toolkit
synced 2025-02-24 13:15:42 +00:00
Merge pull request #903 from NVIDIA/dependabot/github_actions/main/slackapi/slack-github-action-2.0.0
Some checks are pending
Some checks are pending
Bump slackapi/slack-github-action from 1.27.0 to 2.0.0
This commit is contained in:
commit
9e85fb54fc
2
.github/workflows/e2e.yaml
vendored
2
.github/workflows/e2e.yaml
vendored
@ -87,7 +87,7 @@ jobs:
|
|||||||
- name: Send Slack alert notification
|
- name: Send Slack alert notification
|
||||||
id: slack
|
id: slack
|
||||||
if: ${{ failure() }}
|
if: ${{ failure() }}
|
||||||
uses: slackapi/slack-github-action@v1.27.0
|
uses: slackapi/slack-github-action@v2.0.0
|
||||||
env:
|
env:
|
||||||
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
|
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
|
||||||
SUMMARY_URL: https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}
|
SUMMARY_URL: https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}
|
||||||
|
Loading…
Reference in New Issue
Block a user