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 225cff6 commit a8189b8Copy full SHA for a8189b8
.github/workflows/health_check.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Notify slack
31
uses: kpritam/slack-job-status-action@v1
32
with:
33
- if: ${{ failure() }}
+ if: failure()
34
job-status: ${{ job.status }}
35
slack-bot-token: ${{ secrets.SLACK_BOT_TOKEN }}
36
channel: eng-notifications
0 commit comments