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 bcd4c6f commit 97579f5Copy full SHA for 97579f5
.github/workflows/links-check.yml
@@ -25,11 +25,12 @@ jobs:
25
args: --verbose --no-progress --max-redirects 3 './**/*.md'
26
format: markdown
27
workingDirectory: docs/
28
+ fail: false
29
30
- name: Create Issue From File
31
if: env.lychee_exit_code != 0
32
uses: peter-evans/create-issue-from-file@v4
33
with:
- title: 🔗 链接检查报告
34
+ title: Link Checker Report
35
content-filepath: ./lychee/out.md
- labels: report, automated issue
36
+ labels: report, automated issue
0 commit comments