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 dbd8c5a commit 2860615Copy full SHA for 2860615
.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