From 67eb70a3ede0750cda6946dd73c4175e0690d72a Mon Sep 17 00:00:00 2001 From: taskylizard <75871323+taskylizard@users.noreply.github.com> Date: Thu, 7 Nov 2024 14:14:52 +0000 Subject: [PATCH] chore: update lychee workflow --- .github/workflows/lychee.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lychee.yml b/.github/workflows/lychee.yml index 4c7424c..5e2227c 100644 --- a/.github/workflows/lychee.yml +++ b/.github/workflows/lychee.yml @@ -29,7 +29,7 @@ jobs: fail: false - name: Create Issue From File - if: env.exit_code != 0 + if: ${{ steps.lychee.outputs.exit_code }} != 0 uses: peter-evans/create-issue-from-file@v5 with: title: Link Checker Report