Skip to content

Commit 456e23e

Browse files
Copilothuangyiirene
andcommitted
fix(ci): remove invalid --exclude-mail flag from lychee-action
Co-authored-by: huangyiirene <7665279+huangyiirene@users.noreply.github.com>
1 parent 5f217c4 commit 456e23e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/check-links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Check links in Markdown files
2626
uses: lycheeverse/lychee-action@v2
2727
with:
28-
args: --verbose --no-progress --exclude-mail '**/*.md' 'docs/**/*.md'
28+
args: --verbose --no-progress '**/*.md' 'docs/**/*.md'
2929
fail: true
3030
env:
3131
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)