Skip to content

Commit 0c491ce

Browse files
author
Sam Harrison
committed
chore: make Slack message consistent across all repos
1 parent e9a3600 commit 0c491ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-and-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
env:
7373
SLACK_COLOR: failure
7474
SLACK_ICON_EMOJI: ':github:'
75-
SLACK_MESSAGE: ${{ format('Tests *{0}*, Deploy *{1}*, {2}/{3}/actions/runs/{4}', needs.test.result, needs.deploy.result, github.server_url, github.repository, github.run_id) }}
75+
SLACK_MESSAGE: ${{ format('Test *{0}*, Deploy *{1}*, {2}/{3}/actions/runs/{4}', needs.test.result, needs.deploy.result, github.server_url, github.repository, github.run_id) }}
7676
SLACK_TITLE: Action Failure - ${{ github.repository }}
7777
SLACK_USERNAME: GitHub Actions
7878
SLACK_MSG_AUTHOR: twilio-dx

0 commit comments

Comments
 (0)