Skip to content

Commit 42f9a3b

Browse files
committed
Update link checker arguments
Add exclude pattern since it is expected. Signed-off-by: Vijayan Balasubramanian <balasvij@amazon.com>
1 parent 10a9ae1 commit 42f9a3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
id: lychee
1919
uses: lycheeverse/lychee-action@master
2020
with:
21-
args: --accept=200,403,429 "**/*.html" "**/*.md" "**/*.txt" "**/*.json"
21+
args: --accept=200,403,429 "**/*.html" "**/*.md" "**/*.txt" "**/*.json" --exclude "https://github.com/\[your*" --exclude-mail
2222
env:
2323
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
2424
- name: Fail if there were link errors

0 commit comments

Comments
 (0)