Skip to content

Commit 028144b

Browse files
committed
added slack message to workflow
1 parent 0aa923d commit 028144b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/slack-notify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
slackNotification:
1111
name: Slack CI status message
1212
runs-on: ubuntu-latest
13-
if: 'faiure'
13+
if: 'failure'
1414
steps:
1515
- name: Slack Notify on Failure
1616
id: slack

0 commit comments

Comments
 (0)