Skip to content

Commit 7163ecf

Browse files
authored
Update check_links_config.json
1 parent 327a08e commit 7163ecf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check_links_config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"pattern": "http(s)?://example.com"
1111
},
1212
{
13-
"pattern": "^\d{4}-\d{2}-\d{2}$"
13+
"pattern": "^\\d{4}-\\d{2}-\\d{2}$"
1414
}
1515
],
1616
"aliveStatusCodes": [429, 200]

0 commit comments

Comments
 (0)