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 26, 2024
1 parent 695cb4c commit 924e186
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-from-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,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 @@ -136,7 +136,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 924e186

Please sign in to comment.