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 391cf17 commit c428633Copy full SHA for c428633
.github/workflows/deploy.yml
@@ -94,7 +94,7 @@ jobs:
94
env:
95
PYPI_API_KEY: ${{ secrets.PYPI_API_KEY }}
96
97
- - uses: Bandwidth/build-notify-slack-action@v2.0.0
+ - uses: Bandwidth/build-notify-slack-action@v2
98
if: always()
99
with:
100
job-status: ${{ job.status }}
.github/workflows/test.yml
@@ -65,7 +65,7 @@ jobs:
65
runs-on: ubuntu-latest
66
steps:
67
- name: Notify Slack of Failures
68
- uses: Bandwidth/build-notify-slack-action@v2.0.0
+ uses: Bandwidth/build-notify-slack-action@v2
69
70
job-status: failure
71
slack-bot-token: ${{ secrets.SLACK_BOT_TOKEN }}
0 commit comments