From 44d08f892216788a7dfb7c1fba06a86d8cd13d43 Mon Sep 17 00:00:00 2001 From: Martin Fenner Date: Wed, 6 Jan 2021 14:08:04 +0100 Subject: [PATCH] refine slack messages --- .github/workflows/deploy.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2c1c7b5ca..153345119 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -163,7 +163,7 @@ jobs: with: channel: '#ops' color: 'good' - text: 'A new version of the has been deployed to stage.' + text: 'A new version of the is been deployed to stage.' failure_text: '${env.GITHUB_WORKFLOW} (${env.GITHUB_RUN_NUMBER}) build failed' fields: | [{ "title": "Commit message", "value": "${{ github.event.head_commit.message }}" }, diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1a3616587..9cab38413 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -168,7 +168,7 @@ jobs: with: channel: '#ops' color: 'good' - text: 'Version of the has been released to test and production.' + text: 'Version of the is being released to test and production.' failure_text: '${env.GITHUB_WORKFLOW} (${env.GITHUB_RUN_NUMBER}) build failed' fields: | [{ "title": "Committed by", "value": "", "short": true },