fix workflow issue

we want to see  if there are issues on the run
This commit is contained in:
tooomm
2022-09-12 15:01:08 +02:00
committed by GitHub
parent cb37bdf540
commit 265a474130

View File

@@ -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