mirror of
https://github.com/Cockatrice/Magic-Token.git
synced 2026-08-05 20:37:57 -05:00
fix workflow issue
we want to see ❌ if there are issues on the run
This commit is contained in:
parent
cb37bdf540
commit
265a474130
2
.github/workflows/check_links.yml
vendored
2
.github/workflows/check_links.yml
vendored
|
|
@ -31,7 +31,6 @@ jobs:
|
|||
- name: Check tokens.xml URLs
|
||||
uses: lycheeverse/lychee-action@v1.5.1
|
||||
if: always()
|
||||
continue-on-error: true
|
||||
with:
|
||||
args: '--no-progress --require-https --cache --max-cache-age 1h -- tokens.xml'
|
||||
fail: true
|
||||
|
|
@ -41,7 +40,6 @@ jobs:
|
|||
- name: Check challenge_tokens.xml URLs
|
||||
uses: lycheeverse/lychee-action@v1.5.1
|
||||
if: always()
|
||||
continue-on-error: true
|
||||
with:
|
||||
args: '--no-progress --require-https --cache --max-cache-age 1h -- challenge_tokens.xml'
|
||||
fail: true
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user