We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 765044d commit 83251ceCopy full SHA for 83251ce
.github/workflows/linkchecker.yml
@@ -26,7 +26,7 @@ jobs:
26
continue-on-error: true
27
28
- name: Create Issue From File
29
- if: always() && env.exit_code != '0' && github.event_name != 'pull_request'
+ if: always() && steps.lychee.conclusion != 'success' && github.event_name != 'pull_request'
30
uses: peter-evans/create-issue-from-file@main
31
with:
32
title: Link Checker Report
0 commit comments