Skip to content

Commit d93cdea

Browse files
committed
Reuse existing issue for Lychee report
Also bumps action version.
1 parent 38930f0 commit d93cdea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/links-cron.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,9 @@ jobs:
2727

2828
- name: Create issue
2929
if: env.lychee_exit_code != 0
30-
uses: peter-evans/create-issue-from-file@v4
30+
uses: peter-evans/create-issue-from-file@v6
3131
with:
32+
issue-number: 211
3233
title: Lychee Report
3334
content-filepath: ./lychee/out.md
3435
labels: ci

0 commit comments

Comments
 (0)