We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91e067a commit afb6611Copy full SHA for afb6611
1 file changed
.github/workflows/CI.yml
@@ -65,7 +65,7 @@ jobs:
65
with:
66
token: ${{ secrets.GITHUB_TOKEN }}
67
status: ${{ job.status }}
68
- message_format: "{emoji} *{matrix.node}* {status_message} in <{run_url}>"
+ message_format: "{emoji} *${{matrix.node}}* {status_message} in <{run_url}>"
69
#notify_when: 'failure' #now that things are fixed, fire a notification even on success, for testing.
70
env:
71
SLACK_WEBHOOK_URL: ${{ secrets.ACTION_MONITORING_SLACK }}
0 commit comments