Skip to content

Commit 661102f

Browse files
Update Broken-links-checker-final.yml
1 parent 6afc6c8 commit 661102f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/Broken-links-checker-final.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,9 @@ jobs:
3434
uses: lycheeverse/[email protected]
3535
with:
3636
args: >
37-
--verbose --exclude-mail --no-progress --exclude ^https?:// --failIfEmpty=false
37+
--verbose --exclude-mail --no-progress --exclude ^https?://
3838
${{ steps.changed-files.outputs.md_files }}
39+
failIfEmpty: false
3940
env:
4041
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4142

@@ -44,8 +45,9 @@ jobs:
4445
uses: lycheeverse/[email protected]
4546
with:
4647
args: >
47-
--verbose --exclude-mail --no-progress --exclude ^https?:// --failIfEmpty=false
48+
--verbose --exclude-mail --no-progress --exclude ^https?://
4849
'**/*.md'
50+
failIfEmpty: false
4951
output: lychee/out.md
5052
env:
5153
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)