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