Skip to content

Commit

Permalink
Merge pull request #933 from NVIDIA/dependabot/github_actions/main/sl…
Browse files Browse the repository at this point in the history
…ackapi/slack-github-action-1.27.0

Bump slackapi/slack-github-action from 1.26.0 to 1.27.0
  • Loading branch information
elezar authored Sep 17, 2024
2 parents f566a82 + 974e574 commit 0f3d012
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Send Slack alert notification
id: slack
if: ${{ failure() }}
uses: slackapi/slack-github-action@v1.26.0
uses: slackapi/slack-github-action@v1.27.0
env:
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
SUMMARY_URL: https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/staging_e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
- name: Send Slack alert notification
id: slack
if: ${{ failure() }}
uses: slackapi/slack-github-action@v1.26.0
uses: slackapi/slack-github-action@v1.27.0
env:
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
SUMMARY_URL: https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}
Expand Down

0 comments on commit 0f3d012

Please sign in to comment.