From 0a3ecfa663deba259b2910d07f86001d975b1120 Mon Sep 17 00:00:00 2001 From: lizkrznarich Date: Mon, 29 Aug 2022 11:20:02 -0500 Subject: [PATCH] fix slack msg --- .github/workflows/dev.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index fb7f2fe..c8e489b 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -39,7 +39,7 @@ jobs: text: "A new version of the is deployed to dev." failure_text: '${env.GITHUB_WORKFLOW} (${env.GITHUB_RUN_NUMBER}) build failed' fields: | - [{ "title": "Committed by", "value": "", "short": true }, - { "title": "Commit SHA", "value": "", "short": true }, + [{ "title": "Committed by", "value": "", "short": true }, + { "title": "Commit SHA", "value": "", "short": true }, { "title": "Repository", "value": "", "short": true }, - { "title": "Branch", "value": "", "short": true }] + { "title": "Branch", "value": "", "short": true }]