We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b84a988 commit fe77ee9Copy full SHA for fe77ee9
.github/workflows/test-and-deploy.yml
@@ -67,7 +67,7 @@ jobs:
67
env:
68
SLACK_COLOR: failure
69
SLACK_ICON_EMOJI: ':github:'
70
- 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) }}
+ 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) }}
71
SLACK_TITLE: Action Failure - ${{ github.repository }}
72
SLACK_USERNAME: GitHub Actions
73
SLACK_MSG_AUTHOR: twilio-dx
0 commit comments