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