Skip to content

Commit 0012300

Browse files
authored
Update links.yml (#2335)
Signed-off-by: Glenn Jocher <[email protected]>
1 parent c7044ce commit 0012300

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/links.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ jobs:
3737
--scheme 'https' \
3838
--timeout 60 \
3939
--insecure \
40-
--accept 403,429,500,502,999 \
40+
--accept 100..=103,200..=299,401,403,429,500,502,999 \
4141
--exclude-all-private \
4242
--exclude 'https?://(www\.)?(linkedin\.com|twitter\.com|x\.com|instagram\.com|kaggle\.com|fonts\.gstatic\.com|url\.com)' \
4343
--exclude-path '**/ci.yaml' \
4444
--github-token ${{ secrets.GITHUB_TOKEN }} \
45-
--header "User-Agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.183 Safari/537.36" \
45+
--header "User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.183 Safari/537.36" \
4646
'./**/*.md' \
4747
'./**/*.html' | tee -a $GITHUB_STEP_SUMMARY
4848
@@ -63,12 +63,12 @@ jobs:
6363
--scheme 'https' \
6464
--timeout 60 \
6565
--insecure \
66-
--accept 429,999 \
66+
--accept 100..=103,200..=299,429,999 \
6767
--exclude-all-private \
6868
--exclude 'https?://(www\.)?(linkedin\.com|twitter\.com|x\.com|instagram\.com|kaggle\.com|fonts\.gstatic\.com|url\.com)' \
6969
--exclude-path '**/ci.yaml' \
7070
--github-token ${{ secrets.GITHUB_TOKEN }} \
71-
--header "User-Agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.183 Safari/537.36" \
71+
--header "User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.183 Safari/537.36" \
7272
'./**/*.md' \
7373
'./**/*.html' \
7474
'./**/*.yml' \

0 commit comments

Comments
 (0)