From f6f0126cb041b10c38f0cefef5597dcbb69664a7 Mon Sep 17 00:00:00 2001 From: Krys Wisnaskas Date: Thu, 28 Mar 2024 13:15:19 -0400 Subject: [PATCH] use blocks --- .github/workflows/pr-notifications.yml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pr-notifications.yml b/.github/workflows/pr-notifications.yml index 8e450da335..2f56dfbdf3 100644 --- a/.github/workflows/pr-notifications.yml +++ b/.github/workflows/pr-notifications.yml @@ -25,4 +25,15 @@ jobs: env: SLACK_WEBHOOK_URL_TEST: ${{ secrets.SLACK_WEBHOOK_URL_TEST }} run: | - curl -X POST -H 'Content-type: application/json' --data '{"text": "https://github.com/HHS/Head-Start-TTADP/pull/2068"}' $SLACK_WEBHOOK_URL_TEST + curl -X POST -H 'Content-type: application/json' \ + --data '{ + "blocks": [ + { + "type": "section", + "text": { + "type": "mrkdwn", + "text": "" + } + } + ] + }' $SLACK_WEBHOOK_URL_TEST