From 4aa18b6ccdac05029fab067313a6a04f941e6494 Mon Sep 17 00:00:00 2001 From: Peter Sobolewski <76622105+psobolewskiPhD@users.noreply.github.com> Date: Tue, 19 Nov 2024 11:27:12 -0500 Subject: [PATCH] Update README.md to include continue-on-error: true in action (#267) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7d8a2b8..fd4bff9 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,8 @@ jobs: - name: Link Checker id: lychee uses: lycheeverse/lychee-action@v2 + with: + fail: false - name: Create Issue From File if: steps.lychee.outputs.exit_code != 0