We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61190ab commit 6498131Copy full SHA for 6498131
1 file changed
.github/workflows/spell-and-link-check.yml
@@ -121,5 +121,5 @@ jobs:
121
echo "- **HTML Link Check:** $([ -f htmltest.log ] && echo '✓ Complete' || echo '✗ Failed')" >> $GITHUB_STEP_SUMMARY
122
echo "- **Spell Check:** $([ -f spellcheck-output.txt ] && echo '✓ Complete' || echo '✗ Failed')" >> $GITHUB_STEP_SUMMARY
123
echo "" >> $GITHUB_STEP_SUMMARY
124
- echo "Download full reports from the artifacts section above." >> $GITHUB_STEP_SUMMARY
+ echo "Download full reports from the artifacts section below." >> $GITHUB_STEP_SUMMARY
125
# Testing workflow detection
0 commit comments