From bab94ad380361678f4ff181c5b233a3355e7ed72 Mon Sep 17 00:00:00 2001 From: Todd Underwood Date: Mon, 7 Dec 2020 15:25:45 -0800 Subject: [PATCH] Fix syntax on slack notifiaction for GHA --- .github/workflows/build.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f7e776fdd..aca7c34b0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 305c45486..b8b34a9f4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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