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!"}}]}'