We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e331682 commit 9f2d03bCopy full SHA for 9f2d03b
1 file changed
.github/workflows/release.yml
@@ -42,7 +42,7 @@ jobs:
42
status: ${{ job.status }}
43
token: ${{ secrets.GITHUB_TOKEN }}
44
notification_title: "{repo}: {workflow} workflow"
45
- message_format: "{emoji} *<{workflow_url}|{workflow}>* {status_message} in <{repo_url}|{repo}>"
+ message_format: "{emoji} *<{workflow_url}|{workflow}>* {status_message} in <{repo_url}|{repo}>"
46
notify_when: "failure"
47
env:
48
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
0 commit comments