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 6afc6c8 commit 661102fCopy full SHA for 661102f
.github/workflows/Broken-links-checker-final.yml
@@ -34,8 +34,9 @@ jobs:
34
uses: lycheeverse/[email protected]
35
with:
36
args: >
37
- --verbose --exclude-mail --no-progress --exclude ^https?:// --failIfEmpty=false
+ --verbose --exclude-mail --no-progress --exclude ^https?://
38
${{ steps.changed-files.outputs.md_files }}
39
+ failIfEmpty: false
40
env:
41
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
42
@@ -44,8 +45,9 @@ jobs:
44
45
46
47
48
49
'**/*.md'
50
51
output: lychee/out.md
52
53
0 commit comments