Skip to content

Commit ae5f38f

Browse files
author
Sam Harrison
committed
chore: make Slack message consistent across all repos
1 parent 4b29924 commit ae5f38f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
env:
9191
SLACK_COLOR: failure
9292
SLACK_ICON_EMOJI: ':github:'
93-
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) }}
93+
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) }}
9494
SLACK_TITLE: Action Failure - ${{ github.repository }}
9595
SLACK_USERNAME: GitHub Actions
9696
SLACK_MSG_AUTHOR: twilio-dx

0 commit comments

Comments
 (0)