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 1583b2a commit 707faaeCopy full SHA for 707faae
.github/workflows/linkcheck.yml
@@ -24,7 +24,7 @@ jobs:
24
args: --accept 403,503 *.html
25
- name: Create Issue From File
26
if: steps.lychee.outputs.exit_code != 0
27
- uses: peter-evans/create-issue-from-file@v5
+ uses: peter-evans/create-issue-from-file@v6
28
with:
29
title: Link Checker Report
30
content-filepath: ./lychee/out.md
0 commit comments