mirror of
https://github.com/clearml/clearml-docs
synced 2025-01-30 22:18:02 +00:00
Fix bad line from visual editor
This commit is contained in:
parent
6c947d636a
commit
bdce3c21f3
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
@ -27,5 +27,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 | xargs 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 || exit 255'
|
||||
run: grep -r -Eoh "(https://github.com/[a-zA-Z0-9./?=_%:-]*)" $GITHUB_WORKSPACE | sort -u | xargs 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 || exit 255'
|
||||
|
Loading…
Reference in New Issue
Block a user