We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b86c1f commit fa7f05dCopy full SHA for fa7f05d
.github/workflows/deploy.yml
@@ -87,7 +87,7 @@ jobs:
87
MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
88
89
- name: Notify Slack
90
- uses: Bandwidth/build-notify-slack-action@v2.0.0
+ uses: Bandwidth/build-notify-slack-action@v2
91
if: always()
92
with:
93
job-status: ${{ job.status }}
.github/workflows/test-smoke.yml
@@ -96,7 +96,7 @@ jobs:
96
runs-on: ubuntu-latest
97
steps:
98
- name: Notify Slack of Failures
99
100
101
job-status: failure
102
slack-bot-token: ${{ secrets.SLACK_BOT_TOKEN }}
0 commit comments