mirror of
https://github.com/Hopiu/lychee.git
synced 2026-03-17 05:00:26 +00:00
Only create link issue on error
This commit is contained in:
parent
ef9e602149
commit
f1adc788cf
1 changed files with 1 additions and 1 deletions
2
.github/workflows/links.yml
vendored
2
.github/workflows/links.yml
vendored
|
|
@ -18,7 +18,7 @@ jobs:
|
|||
args: --verbose --no-progress --exclude example.com -- README.md
|
||||
|
||||
- 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
|
||||
|
|
|
|||
Loading…
Reference in a new issue