Skip to content

Commit 5471472

Browse files
authored
Update broken-links.yml
Fix
1 parent d4793d1 commit 5471472

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/broken-links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ jobs:
2727
markdown-link-check README.md > link-check-results.txt || true
2828
2929
- name: Annotate Results
30-
if: always()
3130
run: |
3231
if grep -q "ERROR" link-check-results.txt; then
3332
echo "::error title=Broken Links Found::$(cat link-check-results.txt | sed 's/%/%25/g; s/\n/%0A/g; s/\r/%0D/g')"
3433
else
3534
echo "::notice title=No Broken Links Found::All links are valid in the README."
35+
fi

0 commit comments

Comments
 (0)