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 3a53a26 commit c0743ecCopy full SHA for c0743ec
.github/workflows/broken-links-checker.yml
@@ -37,7 +37,7 @@ jobs:
37
uses: lycheeverse/[email protected]
38
with:
39
args: >
40
- --verbose --exclude-mail --no-progress --exclude ^https?://
+ --verbose --no-progress --exclude ^https?://
41
${{ steps.changed-markdown-files.outputs.all_changed_files }}
42
failIfEmpty: false
43
env:
@@ -50,8 +50,8 @@ jobs:
50
51
52
53
54
'**/*.md'
55
56
57
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments