mirror of
https://github.com/Cockatrice/Magic-Token.git
synced 2026-09-12 19:46:53 -05:00
Update check_links.yml (#189)
This commit is contained in:
4
.github/workflows/check_links.yml
vendored
4
.github/workflows/check_links.yml
vendored
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user