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 6f1c121 commit 6862533Copy full SHA for 6862533
.github/workflows/test-and-deploy.yml
@@ -61,7 +61,7 @@ jobs:
61
env:
62
SLACK_COLOR: failure
63
SLACK_ICON_EMOJI: ':github:'
64
- 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) }}
65
SLACK_TITLE: Action Failure - ${{ github.repository }}
66
SLACK_USERNAME: GitHub Actions
67
SLACK_MSG_AUTHOR: twilio-dx
0 commit comments