Update GitHub links (#1052)
Some checks failed
CI / build (push) Has been cancelled

This commit is contained in:
pollfly
2025-02-25 18:54:28 +02:00
committed by GitHub
parent 02d24aff06
commit 2dde3530dd
3 changed files with 8 additions and 8 deletions

View File

@@ -28,4 +28,4 @@ jobs:
# Runs a single command using the runners shell
- name: Run a one-line script
run: |
grep -r -Eoh "(https?://github.com/[a-zA-Z0-9./?=_%:-]*)" $GITHUB_WORKSPACE | sort -u | grep -v "://github.com/allegroai/clearml-docs" | xargs -n 1 sh -c 'curl --output /dev/null --silent --head --fail $0 || curl --output /dev/null --silent --head --fail --write-out "%{url_effective}: %{http_code}\n" $0'
grep -r -Eoh "(https?://github.com/[a-zA-Z0-9./?=_%:-]*)" $GITHUB_WORKSPACE | sort -u | grep -v "://github.com/clearml/clearml-docs" | xargs -n 1 sh -c 'curl --output /dev/null --silent --head --fail $0 || curl --output /dev/null --silent --head --fail --write-out "%{url_effective}: %{http_code}\n" $0'

View File

@@ -25,7 +25,7 @@ jobs:
env:
INCOMING_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }}
with:
text: Link Checker failure in github.com/allegroai/clearl-docs
text: Link Checker failure in github.com/clearml/clearl-docs
blocks: |
[
{"type": "section", "text": {"type": "mrkdwn", "text": "Testing!"}}