From d73d19edce87bbb8cdaa9503503a0fea3a15c2a9 Mon Sep 17 00:00:00 2001 From: Jake Henning <59198928+jkhenning@users.noreply.github.com> Date: Mon, 27 Dec 2021 23:10:49 +0200 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e0abee41..7e34efaf 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -24,16 +24,4 @@ jobs: uses: tiloio/slack-webhook-action@v1.0.1 with: slack_web_hook_url: ${{ secrets.SLACK_WEBHOOK }} - slack_json: | - { - "text": "Link Checker failure in github.com/allegroai/clearl-docs", - "blocks": [ - { - "type": "section", - "text": { - "type": "mrkdwn", - "text": "Testing!" - } - } - ] - } + slack_json: '{"text": "Link Checker failure in github.com/allegroai/clearl-docs", "blocks": [{"type": "section", "text": {"type": "mrkdwn", "text": "Testing!"}}]}'