Skip to content

Commit

Permalink
chore: update lychee workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
taskylizard committed Nov 7, 2024
1 parent a6eae51 commit 67eb70a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lychee.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 67eb70a

Please sign in to comment.