Skip to content

Commit 83251ce

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linkchecker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
continue-on-error: true
2727

2828
- name: Create Issue From File
29-
if: always() && env.exit_code != '0' && github.event_name != 'pull_request'
29+
if: always() && steps.lychee.conclusion != 'success' && github.event_name != 'pull_request'
3030
uses: peter-evans/create-issue-from-file@main
3131
with:
3232
title: Link Checker Report

0 commit comments

Comments
 (0)