Skip to content

Commit 9e85fb5

Browse files
authored
Merge pull request #903 from NVIDIA/dependabot/github_actions/main/slackapi/slack-github-action-2.0.0
Bump slackapi/slack-github-action from 1.27.0 to 2.0.0
2 parents 5d27489 + ce79d01 commit 9e85fb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
- name: Send Slack alert notification
8888
id: slack
8989
if: ${{ failure() }}
90-
uses: slackapi/slack-github-action@v1.27.0
90+
uses: slackapi/slack-github-action@v2.0.0
9191
env:
9292
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
9393
SUMMARY_URL: https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}

0 commit comments

Comments
 (0)