Skip to content

Commit a5a291d

Browse files
authored
Update linkchecker.yml
1 parent 83251ce commit a5a291d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/linkchecker.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,9 @@ jobs:
2323
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
2424
with:
2525
args: --verbose --accept=200,429,403 --exclude-file .lycheeexclude --no-progress "**/*.md" --exclude-mail
26-
continue-on-error: true
2726

2827
- name: Create Issue From File
29-
if: always() && steps.lychee.conclusion != 'success' && github.event_name != 'pull_request'
28+
if: always() && steps.lychee.outcome == 'failure' && github.event_name != 'pull_request'
3029
uses: peter-evans/create-issue-from-file@main
3130
with:
3231
title: Link Checker Report

0 commit comments

Comments
 (0)