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.
2 parents 3ea0513 + 83ca57c commit 0991199Copy full SHA for 0991199
.github/workflows/broken-link-checker.yml
@@ -20,7 +20,7 @@ jobs:
20
21
- name: Create Issue From File
22
if: ${{ steps.lychee.outputs.exit_code != 0 }}
23
- uses: peter-evans/create-issue-from-file@v5
+ uses: peter-evans/create-issue-from-file@v6
24
with:
25
title: Link Checker Report
26
content-filepath: ./lychee/out.md
0 commit comments