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 7942fad commit 2bafb16Copy full SHA for 2bafb16
.github/workflows/link-check.yml
@@ -40,7 +40,7 @@ jobs:
40
41
- name: Create Issue From File
42
if: env.lychee_exit_code != 0 && github.event_name == 'schedule'
43
- uses: peter-evans/create-issue-from-file@v5
+ uses: peter-evans/create-issue-from-file@v6
44
with:
45
title: Link Checker Report
46
content-filepath: ./lychee-report.md
0 commit comments