We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27d3662 commit 343d96aCopy full SHA for 343d96a
.github/workflows/health_check.yml
@@ -34,7 +34,7 @@ jobs:
34
- name: Notify slack
35
uses: kpritam/slack-job-status-action@v1
36
with:
37
- if: ${{ failure() }}
+ if: failure()
38
job-status: ${{ job.status }}
39
slack-bot-token: ${{ secrets.SLACK_BOT_TOKEN }}
40
channel: eng-notifications
0 commit comments