Skip to content

Commit c428633

Browse files
SWI-7167 - Upgrading Bandwidth/build-notify-slack-action to v2
1 parent 391cf17 commit c428633

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
env:
9595
PYPI_API_KEY: ${{ secrets.PYPI_API_KEY }}
9696

97-
- uses: Bandwidth/build-notify-slack-action@v2.0.0
97+
- uses: Bandwidth/build-notify-slack-action@v2
9898
if: always()
9999
with:
100100
job-status: ${{ job.status }}

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
runs-on: ubuntu-latest
6666
steps:
6767
- name: Notify Slack of Failures
68-
uses: Bandwidth/build-notify-slack-action@v2.0.0
68+
uses: Bandwidth/build-notify-slack-action@v2
6969
with:
7070
job-status: failure
7171
slack-bot-token: ${{ secrets.SLACK_BOT_TOKEN }}

0 commit comments

Comments
 (0)