Update links.yml

This commit is contained in:
Jake Henning
2021-12-27 19:19:12 +02:00
committed by GitHub
parent 762c085f38
commit c05482adaa

View File

@@ -25,8 +25,11 @@ jobs:
- name: Find all markdown files
id: find_files
run: |
echo '::set-output files=$(find . -name "*.md")'
find . -name "*.md"
echo '::set-output name=files::$(find . -name "*.md")'
- name: test output
run: |
echo ${{steps.find_files.outputs.files}}
- name: Link Checker
id: lychee