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 db0a62d commit 71f0764Copy full SHA for 71f0764
.github/workflows/links-check.yml
@@ -24,13 +24,13 @@ jobs:
24
# Check all markdown and html files in repo (default)
25
args: --verbose --no-progress --max-redirects 3 './**/*.md'
26
format: markdown
27
- workingDirectory: docs/
28
fail: false
+ output: lychee/results.md
29
30
- name: Create Issue From File
31
if: steps.lychee.outputs.exit_code != 0
32
uses: peter-evans/create-issue-from-file@v5
33
with:
34
title: Link Checker Report
35
- content-filepath: ./lychee/out.md
+ content-filepath: ./lychee/results.md
36
labels: report, automated issue
0 commit comments