Skip to content

Commit 13bc77a

Browse files
authored
Update health_check.yml
1 parent 67cecb5 commit 13bc77a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/health_check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Notify slack
3131
uses: kpritam/slack-job-status-action@v1
3232
with:
33-
if: ${{ failure() }}
33+
if: failure()
3434
job-status: ${{ job.status }}
3535
slack-bot-token: ${{ secrets.SLACK_BOT_TOKEN }}
3636
channel: eng-notifications

0 commit comments

Comments
 (0)