From 14b547470c1372427e9738cedaccfe059eb3a810 Mon Sep 17 00:00:00 2001 From: Tim Schneider <43130816+DerStimmler@users.noreply.github.com> Date: Tue, 25 Mar 2025 20:58:57 +0100 Subject: [PATCH] fix --- .github/workflows/check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 1b4bdbe..4edbbc5 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -52,6 +52,6 @@ jobs: uses: lycheeverse/lychee-action@v2 with: fail: true - args: --remap '${{ github.event.repository.default_branch }} ${{ github.head_ref }}' --include-fragments . + args: --remap '${{ github.event.repository.default_branch }} ${{ github.head_ref || github.ref_name }}' --include-fragments . jobSummary: true format: markdown