8000 chore: make Slack message consistent across all repos · twilio/twilio-python@14d2ff7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 14d2ff7

Browse files
author
Sam Harrison
committed
chore: make Slack message consistent across all repos
1 parent 3226b5f commit 14d2ff7

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
@@ -104,7 +104,7 @@ jobs:
104104
env:
105105
SLACK_COLOR: failure
106106
SLACK_ICON_EMOJI: ':github:'
107-
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) }}
107+
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) }}
108108
SLACK_TITLE: Action Failure - ${{ github.repository }}
109109
SLACK_USERNAME: GitHub Actions
110110
SLACK_MSG_AUTHOR: twilio-dx

0 commit comments

Comments
 (0)
0