Update links.yml

This commit is contained in:
Jake Henning 2021-12-27 19:45:01 +02:00 committed by GitHub
parent 46422d4d35
commit 45df579707
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,7 @@ jobs:
- name: Find all markdown files
id: find_files
run: |
echo "::set-output name=files::$(find . -name '*.md' -type f | sed 's|^./||' | sed 's/^/\'/;s/$/\'/' | tr '\n' ' ')"
echo "::set-output name=files::$(find . -name '*.md' -type f | sed 's|^./||' | tr '\n' ' ')"
- name: Link Checker
id: lychee