From 569b75350b911f798cb0b3b06668e95b3e796e7d Mon Sep 17 00:00:00 2001 From: sangeet-joy_xero Date: Fri, 18 Oct 2024 10:56:31 +0530 Subject: [PATCH] corrected the payload --- .github/actions/notify-slack/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/notify-slack/action.yml b/.github/actions/notify-slack/action.yml index 9006906f..baef838c 100644 --- a/.github/actions/notify-slack/action.yml +++ b/.github/actions/notify-slack/action.yml @@ -51,7 +51,7 @@ runs: channel-id: ${{inputs.channel_id}} payload: | { - "text":": "Testing the pipeline", + "text": "Testing the pipeline", "blocks": [ { "type": "section",