From dbcb3cc656064e8948a2b5c81d0ab9a31fd2f6f9 Mon Sep 17 00:00:00 2001 From: rahulpinto19 Date: Tue, 3 Feb 2026 07:45:16 +0000 Subject: [PATCH] test --- .github/workflows/link_checker_workflow.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/link_checker_workflow.yaml b/.github/workflows/link_checker_workflow.yaml index f2daa085a3..2cbb73307b 100644 --- a/.github/workflows/link_checker_workflow.yaml +++ b/.github/workflows/link_checker_workflow.yaml @@ -42,10 +42,10 @@ jobs: --cache --max-cache-age 1d --exclude '^neo4j\+.*' --exclude '^bolt://.*' - --format markdown # Ensure the output is readable Markdown - --output ./lychee-report.md README.md docs/ + output: lychee-report.md + format: markdown fail: true # Mark the step outcome as 'failure' internally jobSummary: false # IMPORTANT: Don't write the report yet! debug: false