From 265a474130b2ef890b4856b644132df11f2735a9 Mon Sep 17 00:00:00 2001 From: tooomm Date: Mon, 12 Sep 2022 15:01:08 +0200 Subject: [PATCH] fix workflow issue MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit we want to see ❌ if there are issues on the run --- .github/workflows/check_links.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/check_links.yml b/.github/workflows/check_links.yml index f7a7d16..970ce2d 100644 --- a/.github/workflows/check_links.yml +++ b/.github/workflows/check_links.yml @@ -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