Skip to content

Commit c9c5a31

Browse files
authored
Merge pull request #2444 from OWASP/copilot/sub-pr-2422
fix: add --root-dir for lychee-action v2.8.0 root-relative link resolution
2 parents 5964be8 + 227db34 commit c9c5a31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/link_checker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ jobs:
2020
id: lychee
2121
uses: lycheeverse/lychee-action@v2.8.0
2222
with:
23-
args: --exclude-all-private --exclude-path "src/main/resources/templates/about.html" --exclude-path ".lycheeignore" -r 2 './**/*.md' './**/*.html'
23+
args: --exclude-all-private --exclude-path "src/main/resources/templates/about.html" --exclude-path ".lycheeignore" --root-dir . -r 2 './**/*.md' './**/*.html'
2424
fail: true

0 commit comments

Comments
 (0)