diff --git a/.github/workflows/links.yml b/.github/workflows/links.yml index ce52111f..b62103ac 100644 --- a/.github/workflows/links.yml +++ b/.github/workflows/links.yml @@ -25,12 +25,8 @@ jobs: - name: Find all markdown files id: find_files run: | - echo '::set-output name=files::$(find . -name "*.md")' - - - name: test output - run: | - echo ${{steps.find_files.outputs.files}} - + echo "::set-output name=files::$(find . -name '*.md')" + - name: Link Checker id: lychee uses: lycheeverse/lychee-action@v1.2.0