Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Commit

Permalink
Fix syntax on slack notifiaction for GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
tunderwood committed Dec 7, 2020
1 parent f38fc9c commit bab94ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ jobs:
SLACK_MESSAGE: 'Cerberus main build has failed :build-failed:'
SLACK_ICON: https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png
SLACK_TITLE: Cerberus Build Failure Notification
SLACK_COLOR: #FF0000
SLACK_COLOR: '#FF0000'
SLACK_USERNAME: GitHub Actions
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@ jobs:
SLACK_MESSAGE: 'Cerberus release workflow has failed :build-failed:'
SLACK_ICON: https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png
SLACK_TITLE: Cerberus Build Failure Notification
SLACK_COLOR: #FF0000
SLACK_COLOR: '#FF0000'
SLACK_USERNAME: GitHub Actions

0 comments on commit bab94ad

Please sign in to comment.