From f38fc9cbf439feab489928320e0d6d8c0c8b6054 Mon Sep 17 00:00:00 2001 From: Todd Underwood Date: Mon, 7 Dec 2020 14:47:44 -0800 Subject: [PATCH] Update the color to be red when the build fails (#280) --- .github/workflows/build.yml | 3 ++- .github/workflows/release.yml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 16648bd07..f7e776fdd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -38,4 +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_USERNAME: GitHub Actions \ No newline at end of file + SLACK_COLOR: #FF0000 + SLACK_USERNAME: GitHub Actions diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ac616ce77..305c45486 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -51,4 +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_USERNAME: GitHub Actions \ No newline at end of file + SLACK_COLOR: #FF0000 + SLACK_USERNAME: GitHub Actions