From 4e899dcc1729441d54f32805ae2acb4a057d0fb4 Mon Sep 17 00:00:00 2001 From: sangeet-joy_xero Date: Fri, 18 Oct 2024 10:47:51 +0530 Subject: [PATCH] added the text property back --- .github/actions/notify-slack/action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/actions/notify-slack/action.yml b/.github/actions/notify-slack/action.yml index 083d8368..9006906f 100644 --- a/.github/actions/notify-slack/action.yml +++ b/.github/actions/notify-slack/action.yml @@ -51,6 +51,7 @@ runs: channel-id: ${{inputs.channel_id}} payload: | { + "text":": "Testing the pipeline", "blocks": [ { "type": "section",