Skip to content

Commit a8189b8

Browse files
authored
Fix health check (#43)
1 parent 225cff6 commit a8189b8

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)