Skip to content

Commit fa7f05d

Browse files
SWI-7167 - Upgrading Bandwidth/build-notify-slack-action to v2
1 parent 5b86c1f commit fa7f05d

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
@@ -87,7 +87,7 @@ jobs:
8787
MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
8888

8989
- name: Notify Slack
90-
uses: Bandwidth/build-notify-slack-action@v2.0.0
90+
uses: Bandwidth/build-notify-slack-action@v2
9191
if: always()
9292
with:
9393
job-status: ${{ job.status }}

.github/workflows/test-smoke.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
runs-on: ubuntu-latest
9797
steps:
9898
- name: Notify Slack of Failures
99-
uses: Bandwidth/build-notify-slack-action@v2.0.0
99+
uses: Bandwidth/build-notify-slack-action@v2
100100
with:
101101
job-status: failure
102102
slack-bot-token: ${{ secrets.SLACK_BOT_TOKEN }}

0 commit comments

Comments
 (0)