Skip to content

Commit

Permalink
tidy nightly failure output (MystenLabs#3261)
Browse files Browse the repository at this point in the history
  • Loading branch information
brad-mysten authored Jul 21, 2022
1 parent f7c2514 commit 352671c
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,13 +108,23 @@ jobs:
channel-id: 'build-failures-sui'
payload: |
{
"text": "Workflow ${{ github.workflow }} failed\nLogs are here: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}",
"text": "Workflow *${{ github.workflow }}* failed",
"blocks": [
{
"type": "section",
"text": {
"type": "mrkdwn",
"text": "Workflow ${{ github.workflow }} failed\nLogs are here: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"
"text": "Workflow *${{ github.workflow }}* failed"
}
},
{
"type": "divider"
},
{
"type": "section",
"text": {
"type": "mrkdwn",
"text": "Logs are here: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"
}
}
]
Expand Down

0 comments on commit 352671c

Please sign in to comment.