Skip to content

Commit

Permalink
fix deployment notification color!
Browse files Browse the repository at this point in the history
  • Loading branch information
sindrig committed Jun 2, 2024
1 parent 43e17df commit 5e6b3e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
- uses: actions/checkout@v2

- name: Set error color
if: needs.build.result != 'success'
if: needs.build-clock.result != 'success'
run: echo "SLACK_COLOR=#FF0000" >> $GITHUB_ENV

- name: Slack Notification
Expand Down

0 comments on commit 5e6b3e8

Please sign in to comment.