From 34a30cad53dbcab9d01222b2be81c35e84c476e6 Mon Sep 17 00:00:00 2001 From: Martin Fenner Date: Sun, 3 Jan 2021 09:59:21 +0100 Subject: [PATCH] remove obsolete fields from slack notification --- .github/workflows/release.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index be94d1584..56b79264d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -171,9 +171,7 @@ jobs: text: 'Version of the has been released to production and test.' failure_text: '${env.GITHUB_WORKFLOW} (${env.GITHUB_RUN_NUMBER}) build failed' fields: | - [{ "title": "Commit message", "value": "${{ github.event.head_commit.message }}" }, - { "title": "Committed by", "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": "Release", "value": "", "short": true }]