Skip to content

Commit f53bb68

Browse files
SWI-7167 - Upgrading Bandwidth/build-notify-slack-action to v2
1 parent 141be74 commit f53bb68

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
env:
7777
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
7878

79-
- uses: Bandwidth/build-notify-slack-action@v2.0.0
79+
- uses: Bandwidth/build-notify-slack-action@v2
8080
if: always()
8181
with:
8282
job-status: ${{ job.status }}

.github/workflows/test-smoke.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
runs-on: ubuntu-latest
8484
steps:
8585
- name: Notify Slack of Failures
86-
uses: Bandwidth/build-notify-slack-action@v2.0.0
86+
uses: Bandwidth/build-notify-slack-action@v2
8787
with:
8888
job-status: failure
8989
slack-bot-token: ${{ secrets.SLACK_BOT_TOKEN }}

0 commit comments

Comments
 (0)