Fix lychee (#3404)

This commit is contained in:
Deborah Barnard
2025-07-24 10:58:15 +01:00
committed by GitHub
parent 69d44cdcad
commit 95b6e9a438
3 changed files with 2 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ jobs:
- name: PR comment with file
uses: thollander/actions-comment-pull-request@e4a76dd2b0a3c2027c3fd84147a67c22ee4c90fa # v3.0.1
with:
file-path: lychee/out.md
file-path: _lychee/out.md
comment-tag: execution
mode: recreate
- name: Report Status

0
_lychee/out.md Normal file
View File

View File

@@ -8,7 +8,7 @@ verbose = "warn"
no_progress = true
# Path to summary output file.
output = ".config.dummy.report.md"
output = "_lychee/output.md"
format = "markdown"
############################# Cache ###############################