Skip to content

Commit 71f0764

Browse files
authored
test: update files
1 parent db0a62d commit 71f0764

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/links-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ jobs:
2424
# Check all markdown and html files in repo (default)
2525
args: --verbose --no-progress --max-redirects 3 './**/*.md'
2626
format: markdown
27-
workingDirectory: docs/
2827
fail: false
28+
output: lychee/results.md
2929

3030
- name: Create Issue From File
3131
if: steps.lychee.outputs.exit_code != 0
3232
uses: peter-evans/create-issue-from-file@v5
3333
with:
3434
title: Link Checker Report
35-
content-filepath: ./lychee/out.md
35+
content-filepath: ./lychee/results.md
3636
labels: report, automated issue

0 commit comments

Comments
 (0)