Skip to content

Commit

Permalink
Only create issue on exit code != 0
Browse files Browse the repository at this point in the history
  • Loading branch information
mre committed Jun 30, 2023
1 parent bc9a5b9 commit 17b8603
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
args: --verbose --no-progress README.md

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

0 comments on commit 17b8603

Please sign in to comment.