From 78147129f026351a478226889c0d2e52b94d49e9 Mon Sep 17 00:00:00 2001 From: rahulpinto19 Date: Wed, 18 Feb 2026 19:22:06 +0000 Subject: [PATCH] test --- .github/workflows/link_checker_report.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/link_checker_report.yaml b/.github/workflows/link_checker_report.yaml index a7baae7e614..e91cbcc39c7 100644 --- a/.github/workflows/link_checker_report.yaml +++ b/.github/workflows/link_checker_report.yaml @@ -37,11 +37,11 @@ jobs: --max-cache-age 1d --exclude '^neo4j\+.*' --exclude '^bolt://.*' *.md - output: lychee-report.md - format: markdown - fail: true - jobSummary: false - debug: false + output: lychee-report.md + format: markdown + fail: true + jobSummary: false + debug: false env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}