From c29ace4717b1f534cef8190bfe080d0f625db424 Mon Sep 17 00:00:00 2001 From: rahulpinto19 Date: Wed, 18 Feb 2026 18:58:15 +0000 Subject: [PATCH] test --- .github/workflows/link_checker_report.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/link_checker_report.yaml b/.github/workflows/link_checker_report.yaml index aa56359a581..12ed2d80a8c 100644 --- a/.github/workflows/link_checker_report.yaml +++ b/.github/workflows/link_checker_report.yaml @@ -29,7 +29,8 @@ jobs: id: lychee uses: lycheeverse/lychee-action@v2 with: - args: --verbose --no-progress './**/*.md' --output lychee-report.md + args: --verbose --no-progress './**/*.md' + output: lychee-report.md fail: false - name: Prepare Report if: steps.lychee.outputs.exit_code != 0