From 806c75a31beb32a1a9d549ea1cbb594ee3ed9a0d Mon Sep 17 00:00:00 2001 From: Gerald Morrison <67469729+morri-son@users.noreply.github.com> Date: Fri, 27 Oct 2023 10:48:49 +0200 Subject: [PATCH] correct slack --- .github/workflows/e2e.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index 235f6a9..cf24e4d 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -108,12 +108,11 @@ jobs: "blocks": [ { "type": "section", - "text": [ + "text": { "type": "mrkdwn", "text": "e2e Test for MPAS ${{ job.status == 'success' && ':white_check_mark:' || ':x:' }} " } - ] } ] }