diff --git a/.github/workflows/links.yml b/.github/workflows/links.yml index 02499ced..ce52111f 100644 --- a/.github/workflows/links.yml +++ b/.github/workflows/links.yml @@ -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