From 084b6d3e8140c7fa1613e0b8a78733d00a6cd99d Mon Sep 17 00:00:00 2001 From: Petr Ruzicka Date: Tue, 8 Oct 2024 19:07:16 -0700 Subject: [PATCH] feat: remove lychee "fail: true" parameter (#545) --- .github/workflows/links.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/links.yml b/.github/workflows/links.yml index a45bf1a8..dae78f5c 100644 --- a/.github/workflows/links.yml +++ b/.github/workflows/links.yml @@ -34,4 +34,3 @@ jobs: uses: lycheeverse/lychee-action@7da8ec1fc4e01b5a12062ac6c589c10a4ce70d67 # v2.0.0 with: args: ". --no-progress --exclude-path CHANGELOG.md --exclude-all-private --exclude 'GITHUB_SHA%7D|_VERSION%7D|_TYPE%7D'" - fail: true