From b9168fd34ec119fc920e67e1575132d789c0ae61 Mon Sep 17 00:00:00 2001 From: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> Date: Fri, 4 Oct 2024 18:05:10 +0200 Subject: [PATCH] check-link: fix Check Links to properly update the issue on failure (#254) --- .github/workflows/check-link.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-link.yml b/.github/workflows/check-link.yml index 30d1425..a3f1731 100644 --- a/.github/workflows/check-link.yml +++ b/.github/workflows/check-link.yml @@ -25,7 +25,7 @@ jobs: with: args: "--cache --max-cache-age 1d --verbose --no-progress README.md" token: ${{ github.token }} - fail: true + fail: false - name: Comment on failure uses: peter-evans/create-or-update-comment@v4