mirror of
https://github.com/clearml/clearml-docs
synced 2025-01-31 06:27:22 +00:00
Update test.yml
This commit is contained in:
parent
d73d19edce
commit
eddc862320
12
.github/workflows/test.yml
vendored
12
.github/workflows/test.yml
vendored
@ -21,7 +21,13 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Slack Notification
|
- name: Slack Notification
|
||||||
uses: tiloio/slack-webhook-action@v1.0.1
|
uses: tokorom/action-slack-incoming-webhook@main
|
||||||
|
env:
|
||||||
|
INCOMING_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }}
|
||||||
with:
|
with:
|
||||||
slack_web_hook_url: ${{ secrets.SLACK_WEBHOOK }}
|
text: Link Checker failure in github.com/allegroai/clearl-docs
|
||||||
slack_json: '{"text": "Link Checker failure in github.com/allegroai/clearl-docs", "blocks": [{"type": "section", "text": {"type": "mrkdwn", "text": "Testing!"}}]}'
|
blocks: |
|
||||||
|
[
|
||||||
|
{"type": "section", "text": {"type": "mrkdwn", "text": "Testing!"}}
|
||||||
|
]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user