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 63d3cce commit 01ebe9dCopy full SHA for 01ebe9d
.github/workflows/health_check.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Notify slack
28
uses: kpritam/slack-job-status-action@v1
29
with:
30
- if: ${{ failure() }}
+ if: failure()
31
job-status: ${{ job.status }}
32
slack-bot-token: ${{ secrets.SLACK_BOT_TOKEN }}
33
channel: eng-notifications
0 commit comments