Skip to content

Commit

Permalink
test with divided message
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Rol <nicolas.rol@rte-france.com>
  • Loading branch information
rolnico committed Jan 29, 2025
1 parent ccafd63 commit c756b73
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion .github/workflows/snapshot-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,21 @@ jobs:
"type": "section",
"text": {
"type": "mrkdwn",
"text": "Workflow details:\n\n${{ steps.format_results.outputs.formatted_results }}\n\n@channel - See logs on <https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}|GitHub>"
"text": "Workflow details:"
}
},
{
"type": "section",
"text": {
"type": "mrkdwn",
"text": "${{ steps.format_results.outputs.formatted_results }}"
}
},
{
"type": "section",
"text": {
"type": "mrkdwn",
"text": "@channel - See logs on <https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}|GitHub>"
}
}
]
Expand Down

0 comments on commit c756b73

Please sign in to comment.