We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb38e5b commit e8394e6Copy full SHA for e8394e6
1 file changed
.github/workflows/adj-tester.yaml
@@ -45,7 +45,7 @@ jobs:
45
--arg run_url "https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}" \
46
--arg error "$ERROR_MESSAGE" \
47
'{
48
- text: "❌ ADJ Validator Failed\n\nRepository: \($repo)\nBranch: \($branch)\nActor: \($actor)\n\nLast 40 lines of error:\n\($error)\n\nWorkflow run:\n\($run_url)"
+ text: "❌ ADJ Validator Failed\n\n@firmware\n\nRepository: \($repo)\nBranch: \($branch)\nActor: \($actor)\n\nLast 40 lines of error:\n```\($error)```\n\nWorkflow run:\n\($run_url)"
49
}' | curl -X POST -H "Content-type: application/json" \
50
--data @- \
51
$SLACK_WEBHOOK
0 commit comments