Update links.yml

This commit is contained in:
Jake Henning 2021-12-27 19:24:17 +02:00 committed by GitHub
parent 455a4f1d67
commit e4874c1e5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,6 +31,6 @@ jobs:
id: lychee id: lychee
uses: lycheeverse/lychee-action@v1.2.0 uses: lycheeverse/lychee-action@v1.2.0
with: with:
args: --verbose --no-progress ${{steps.find_files.outputs.files}} args: --verbose --no-progress ${{join(steps.find_files.outputs.files, ' ')}}
env: env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}