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 67cecb5 commit 13bc77aCopy full SHA for 13bc77a
.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