Skip to content

Commit ec07638

Browse files
Fix GitHub Action for markdown-link-check trigger
cc #1742
1 parent 5d0a4bc commit ec07638

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/markdown-link-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
pull_request:
55
paths:
66
- "**/*.md"
7-
- ".markdown-link-check.json"
7+
- "markdown_link_check_config.json"
88

99
permissions:
1010
contents: read

0 commit comments

Comments
 (0)