diff --git a/.github/workflows/links.yml b/.github/workflows/links.yml index 08fece3b..99ba24be 100644 --- a/.github/workflows/links.yml +++ b/.github/workflows/links.yml @@ -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