Update check_links.yml (#189)

This commit is contained in:
tooomm
2022-11-30 03:27:06 +01:00
committed by GitHub
parent d56eddda0c
commit f3d956033d

View File

@@ -29,7 +29,7 @@ jobs:
# Extract and check URLs directly from tokens.xml
- name: Check tokens.xml URLs
uses: lycheeverse/lychee-action@v1.5.1
uses: lycheeverse/lychee-action@v1
if: always()
with:
args: '--no-progress --require-https --cache --max-cache-age 1h -- tokens.xml'
@@ -38,7 +38,7 @@ jobs:
# Extract and check URLs directly from challenge_tokens.xml
- name: Check challenge_tokens.xml URLs
uses: lycheeverse/lychee-action@v1.5.1
uses: lycheeverse/lychee-action@v1
if: always()
with:
args: '--no-progress --require-https --cache --max-cache-age 1h -- challenge_tokens.xml'