From c756b73a17542e80ef1cac937dc8c2911db54932 Mon Sep 17 00:00:00 2001 From: Nicolas Rol Date: Wed, 29 Jan 2025 17:26:59 +0100 Subject: [PATCH] test with divided message Signed-off-by: Nicolas Rol --- .github/workflows/snapshot-ci.yml | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/.github/workflows/snapshot-ci.yml b/.github/workflows/snapshot-ci.yml index 4309835a4..13a1bfaf6 100644 --- a/.github/workflows/snapshot-ci.yml +++ b/.github/workflows/snapshot-ci.yml @@ -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 " + "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 " } } ]