mirror of
https://github.com/clearml/clearml-docs
synced 2025-03-09 13:42:26 +00:00
Update test.yml
This commit is contained in:
parent
30b0099a5e
commit
d73d19edce
14
.github/workflows/test.yml
vendored
14
.github/workflows/test.yml
vendored
@ -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!"}}]}'
|
||||
|
Loading…
Reference in New Issue
Block a user