From 7f85ad2ccfdd8430abdaa757be433cb5ab294655 Mon Sep 17 00:00:00 2001 From: KP64 Date: Tue, 3 Dec 2024 15:21:26 +0100 Subject: [PATCH] fix: lychee action no checked files --- .github/workflows/links.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/links.yml b/.github/workflows/links.yml index bed86df..8fae2a2 100644 --- a/.github/workflows/links.yml +++ b/.github/workflows/links.yml @@ -19,6 +19,7 @@ jobs: uses: lycheeverse/lychee-action@v2 with: fail: false + args: --header "accept=*/*" ./*.nix ./hosts/**/*.nix - name: Create Issue From File if: steps.lychee.outputs.exit_code != 0