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 28bda04 commit 798654aCopy full SHA for 798654a
.github/workflows/deploy.yml
@@ -78,7 +78,7 @@ jobs:
78
env:
79
PYPI_API_KEY: ${{ secrets.PYPI_API_KEY }}
80
81
- - uses: Bandwidth/build-notify-slack-action@v2.0.0
+ - uses: Bandwidth/build-notify-slack-action@v2
82
if: always()
83
with:
84
job-status: ${{ job.status }}
.github/workflows/test-smoke.yml
@@ -122,7 +122,7 @@ jobs:
122
runs-on: ubuntu-latest
123
steps:
124
- name: Notify Slack of Failures
125
- uses: Bandwidth/build-notify-slack-action@v2.0.0
+ uses: Bandwidth/build-notify-slack-action@v2
126
127
job-status: failure
128
slack-bot-token: ${{ secrets.SLACK_BOT_TOKEN }}
0 commit comments