Skip to content

Commit

Permalink
Redesign message body
Browse files Browse the repository at this point in the history
  • Loading branch information
ppawlowski committed Jul 15, 2024
1 parent d64b8e8 commit ca29690
Showing 1 changed file with 11 additions and 14 deletions.
25 changes: 11 additions & 14 deletions .github/workflows/install-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,20 +67,17 @@ jobs:
},
{
"type": "section",
"fields": [
{
"type": "mrkdwn",
"text": "`${{ github.workflow }}` workflow failed to complete successfully."
},
{
"type": "mrkdwn",
"text": " ",
},
{
"type": "mrkdwn",
"text": "*Workflow run:*\n<${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}|View>"
}
]
"text": {
"type": "mrkdwn",
"text": "<${{ github.server_url }}/${{ github.repository }}/actions/workflows/install-test.yaml|${{ github.workflow }}>` workflow failed to complete successfully."
}
},
{
"type": "section",
"text": {
"type": "mrkdwn",
"text": "*Workflow run:*\n<${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}|View>"
}
}
]
}
Expand Down

0 comments on commit ca29690

Please sign in to comment.