Update test.yml

This commit is contained in:
Jake Henning
2021-12-27 23:10:49 +02:00
committed by GitHub
parent 30b0099a5e
commit d73d19edce

View File

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