From da217a8c51d2e560cec8d6f6bb2f18ab41d8666c Mon Sep 17 00:00:00 2001 From: sangeet-joy_xero Date: Fri, 18 Oct 2024 12:43:26 +0530 Subject: [PATCH] webhook with no text --- .github/actions/notify-slack/action.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/actions/notify-slack/action.yml b/.github/actions/notify-slack/action.yml index 86bb98c3..5de8340a 100644 --- a/.github/actions/notify-slack/action.yml +++ b/.github/actions/notify-slack/action.yml @@ -52,7 +52,6 @@ runs: # channel-id: ${{inputs.channel_id}} payload: | { - "text": "GitHub Action build result: ${{ job.status }}\n${{ github.event.pull_request.html_url || github.event.head_commit.url }}", "blocks": [ { "type": "section",