From 9cd69b68cbdb7b5b1abc5e341a0d0edd8f269454 Mon Sep 17 00:00:00 2001 From: Tobias Babin Date: Wed, 26 Jun 2024 18:35:30 +0200 Subject: [PATCH] Changed format for input args --- .github/workflows/linkchecker.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linkchecker.yaml b/.github/workflows/linkchecker.yaml index 01fcf96..f774376 100644 --- a/.github/workflows/linkchecker.yaml +++ b/.github/workflows/linkchecker.yaml @@ -13,7 +13,7 @@ jobs: - name: Link Checker uses: lycheeverse/lychee-action@v1.10.0 with: - args: --verbose --no-progress '\''./**/*.md'\'' '\''./**/*.html'\'' --exclude https://meet.google.com + args: --verbose --no-progress './**/*.md' './**/*.html' --exclude https://meet.google.com fail: true env: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}