Skip to content

Commit

Permalink
Only create issue if lychee status code != 0
Browse files Browse the repository at this point in the history
  • Loading branch information
mre authored Nov 30, 2023
1 parent 75bb911 commit 292c1db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fail: True

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

0 comments on commit 292c1db

Please sign in to comment.