Skip to content

Commit

Permalink
Update linkchecker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dend authored Oct 27, 2024
1 parent 9b6e003 commit 78f74d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linkchecker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

- name: Create Issue From File
if: env.lychee_exit_code != 0
if: env.exit_code != 0
uses: peter-evans/create-issue-from-file@v4
with:
title: Link Checker Report
Expand Down

0 comments on commit 78f74d4

Please sign in to comment.