From cc29c3216b99496c1a77e2666ef434eebfc8db75 Mon Sep 17 00:00:00 2001 From: rahulpinto19 Date: Wed, 18 Feb 2026 19:26:09 +0000 Subject: [PATCH] tewst --- .github/workflows/link_checker_report.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/link_checker_report.yaml b/.github/workflows/link_checker_report.yaml index e91cbcc39c7..ec3f90526d2 100644 --- a/.github/workflows/link_checker_report.yaml +++ b/.github/workflows/link_checker_report.yaml @@ -59,4 +59,10 @@ jobs: # with: # title: Link Checker Report # content-filepath: full-report.md - # labels: report, automated issue,link checker \ No newline at end of file + # labels: report, automated issue,link checker + + - name: Display Failure Report + # Run this ONLY if the link checker failed + run: | + cat full-report.md >> $GITHUB_STEP_SUMMARY + exit 1 \ No newline at end of file