Skip to content

Commit

Permalink
Bump voxmedia/github-action-slack-notify-build from 1 to 2
Browse files Browse the repository at this point in the history
Bumps [voxmedia/github-action-slack-notify-build](https://github.com/voxmedia/github-action-slack-notify-build) from 1 to 2.
- [Release notes](https://github.com/voxmedia/github-action-slack-notify-build/releases)
- [Changelog](https://github.com/voxmedia/github-action-slack-notify-build/blob/main/CHANGELOG.md)
- [Commits](voxmedia/github-action-slack-notify-build@v1...v2)

---
updated-dependencies:
- dependency-name: voxmedia/github-action-slack-notify-build
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 13, 2024
1 parent ed4061a commit a97a4a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/weekly-scheduled-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Notify Slack channel on failure
uses: voxmedia/github-action-slack-notify-build@v1
uses: voxmedia/github-action-slack-notify-build@v2
with:
channel_id: ${{ secrets.ETS_SLACK_CHANNEL_ID }}
status: FAILED
Expand All @@ -97,7 +97,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Notify Slack channel on success
uses: voxmedia/github-action-slack-notify-build@v1
uses: voxmedia/github-action-slack-notify-build@v2
with:
channel_id: ${{ secrets.ETS_BOTS_SLACK_CHANNEL_ID }}
status: SUCCESS
Expand Down

0 comments on commit a97a4a6

Please sign in to comment.