From e4874c1e5f147725b26a5f1594148c9bce18bb43 Mon Sep 17 00:00:00 2001
From: Jake Henning <59198928+jkhenning@users.noreply.github.com>
Date: Mon, 27 Dec 2021 19:24:17 +0200
Subject: [PATCH] Update links.yml

---
 .github/workflows/links.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/links.yml b/.github/workflows/links.yml
index b62103ac..d3c2d58c 100644
--- a/.github/workflows/links.yml
+++ b/.github/workflows/links.yml
@@ -31,6 +31,6 @@ jobs:
         id: lychee
         uses: lycheeverse/lychee-action@v1.2.0
         with:
-          args: --verbose --no-progress ${{steps.find_files.outputs.files}}
+          args: --verbose --no-progress ${{join(steps.find_files.outputs.files, ' ')}}
         env:
           GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}