From 455a4f1d6773071c1f873e058d3de85b796522ce Mon Sep 17 00:00:00 2001 From: Jake Henning <59198928+jkhenning@users.noreply.github.com> Date: Mon, 27 Dec 2021 19:22:21 +0200 Subject: [PATCH] Update links.yml --- .github/workflows/links.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) 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