Skip to content

Commit

Permalink
Fixed typo for detecting failure in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
fredericsimard committed Mar 5, 2024
1 parent 9d9756a commit 602b3be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/add_new_or_updated_feeds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ jobs:
SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK

- name: Post notification in Slack in case of failure
if: ${{ failure() }}
if: failure()
uses: slackapi/[email protected]
with:
payload: |
Expand Down

0 comments on commit 602b3be

Please sign in to comment.