mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 13:37:30 +00:00
This is to clearly see what is failing. (Looking through the thousands of log lines via the URL is tedious.) 
19 lines
No EOL
473 B
JSON
19 lines
No EOL
473 B
JSON
{
|
|
"text": "${{ env.JOB_STATUS }}\n${{ env.EVENT_URL }}",
|
|
"blocks": [
|
|
{
|
|
"type": "section",
|
|
"text": {
|
|
"type": "mrkdwn",
|
|
"text": "Go tests result: ${{ env.JOB_STATUS }}\n${{ env.RUN_URL }}"
|
|
}
|
|
},
|
|
{
|
|
"type": "section",
|
|
"text": {
|
|
"type": "mrkdwn",
|
|
"text": "Summary:\n```${GO_FAIL_SUMMARY}```"
|
|
}
|
|
}
|
|
]
|
|
} |