mirror of
https://github.com/clearml/clearml-docs
synced 2025-02-07 05:20:07 +00:00
Update links.yml
This commit is contained in:
parent
0f1a670a73
commit
a044d0d36b
6
.github/workflows/links.yml
vendored
6
.github/workflows/links.yml
vendored
@ -36,10 +36,14 @@ jobs:
|
||||
env:
|
||||
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
|
||||
|
||||
- name: Read Markdown
|
||||
- name: Read Results
|
||||
if: ${{ steps.lychee.outputs.exit_code != 0 }}
|
||||
run: echo "REPORT=$(echo jq -Rs '```.```' /tmp/links.json)" >> $GITHUB_ENV
|
||||
|
||||
- name: Echo Results
|
||||
if: ${{ steps.lychee.outputs.exit_code != 0 }}
|
||||
run: echo $REPORT
|
||||
|
||||
- name: Slack Notification
|
||||
if: ${{ steps.lychee.outputs.exit_code != 0 }}
|
||||
uses: tokorom/action-slack-incoming-webhook@main
|
||||
|
Loading…
Reference in New Issue
Block a user