Skip to content

Commit 798654a

Browse files
SWI-7167 - Upgrading Bandwidth/build-notify-slack-action to v2
1 parent 28bda04 commit 798654a

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
@@ -78,7 +78,7 @@ jobs:
7878
env:
7979
PYPI_API_KEY: ${{ secrets.PYPI_API_KEY }}
8080

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

.github/workflows/test-smoke.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
runs-on: ubuntu-latest
123123
steps:
124124
- name: Notify Slack of Failures
125-
uses: Bandwidth/build-notify-slack-action@v2.0.0
125+
uses: Bandwidth/build-notify-slack-action@v2
126126
with:
127127
job-status: failure
128128
slack-bot-token: ${{ secrets.SLACK_BOT_TOKEN }}

0 commit comments

Comments
 (0)