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 83251ce commit a5a291dCopy full SHA for a5a291d
.github/workflows/linkchecker.yml
@@ -23,10 +23,9 @@ jobs:
23
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
24
with:
25
args: --verbose --accept=200,429,403 --exclude-file .lycheeexclude --no-progress "**/*.md" --exclude-mail
26
- continue-on-error: true
27
28
- name: Create Issue From File
29
- if: always() && steps.lychee.conclusion != 'success' && github.event_name != 'pull_request'
+ if: always() && steps.lychee.outcome == 'failure' && github.event_name != 'pull_request'
30
uses: peter-evans/create-issue-from-file@main
31
32
title: Link Checker Report
0 commit comments