mirror of
https://github.com/clearml/clearml-docs
synced 2025-01-31 06:27:22 +00:00
Update links.yml
This commit is contained in:
parent
eddc862320
commit
110abddd13
23
.github/workflows/links.yml
vendored
23
.github/workflows/links.yml
vendored
@ -41,19 +41,12 @@ jobs:
|
|||||||
|
|
||||||
- name: Slack Notification
|
- name: Slack Notification
|
||||||
if: ${{ steps.lychee.outputs.exit_code != 0 }}
|
if: ${{ steps.lychee.outputs.exit_code != 0 }}
|
||||||
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 }}
|
blocks: |
|
||||||
slack_json: |
|
[
|
||||||
{
|
{"type": "section", "text": {"type": "mrkdwn", "text": ":warning: Link Checker failure in github.com/allegroai/clearl-docs "}},
|
||||||
"text": "Link Checker failure in github.com/allegroai/clearl-docs",
|
{"type": "section", "text": {"type": "mrkdwn", "text": $REPORT}}
|
||||||
"blocks": [
|
]
|
||||||
{
|
|
||||||
"type": "section",
|
|
||||||
"text": {
|
|
||||||
"type": "mrkdwn",
|
|
||||||
"text": $REPORT
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
|
Loading…
Reference in New Issue
Block a user