Update link check action (#1542)

This commit is contained in:
Thomas Zahner 2024-10-23 23:10:37 +02:00 committed by GitHub
parent 9cea332865
commit 998ef6c080
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,7 +15,7 @@ jobs:
- name: Link Checker
uses: lycheeverse/lychee-action@master
with:
args: --verbose --no-progress --exclude example.com -- README.md
args: --verbose --exclude-path benches --exclude-path fixtures .
- name: Create Issue From File
if: github.repository_owner == 'lycheeverse' && env.lychee_exit_code != 0