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
455a4f1d67
commit
e4874c1e5f
2
.github/workflows/links.yml
vendored
2
.github/workflows/links.yml
vendored
@ -31,6 +31,6 @@ jobs:
|
||||
id: lychee
|
||||
uses: lycheeverse/lychee-action@v1.2.0
|
||||
with:
|
||||
args: --verbose --no-progress ${{steps.find_files.outputs.files}}
|
||||
args: --verbose --no-progress ${{join(steps.find_files.outputs.files, ' ')}}
|
||||
env:
|
||||
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
|
||||
|
Loading…
Reference in New Issue
Block a user