This commit is contained in:
rahulpinto19
2026-02-18 19:26:09 +00:00
parent 78147129f0
commit cc29c3216b

View File

@@ -59,4 +59,10 @@ jobs:
# with:
# title: Link Checker Report
# content-filepath: full-report.md
# labels: report, automated issue,link checker
# 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