From 121948b3386e515a228a804fe0a4be8f63978c8e Mon Sep 17 00:00:00 2001 From: tooomm Date: Sat, 12 Oct 2024 11:43:07 +0200 Subject: [PATCH] Update to v2 action fail on error is now the default --- .github/workflows/check_links.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/check_links.yml b/.github/workflows/check_links.yml index 330860e..5d2e1f1 100644 --- a/.github/workflows/check_links.yml +++ b/.github/workflows/check_links.yml @@ -41,10 +41,9 @@ jobs: # Extract and check URLs directly from token files - name: Check token art URLs - uses: lycheeverse/lychee-action@v1 + uses: lycheeverse/lychee-action@v2 with: args: '${{env.lychee_args}} -- tokens.xml' - fail: true jobSummary: true # Always save cache