Skip to content

Commit e2444ed

Browse files
committed
format
1 parent a72073f commit e2444ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/add-redirects.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
combined_redirects="${RENAMED_REDIRECTS}${DELETED_REDIRECTS}"
106106
107107
if [ -n "$combined_redirects" ]; then
108-
redirect_html="<h4>Suggested redirects for moved/deleted files (replace &lt;v&gt; with earliest backport target version):</h4>$combined_redirects"
108+
redirect_html="<h3>Suggested redirects for moved, renamed, and deleted files:</h3><h5>Replace &lt;v&gt; with the earliest backport target version</h5>$combined_redirects"
109109
fi
110110
111111
echo "redirect_html=${redirect_html}" >> "$GITHUB_OUTPUT"

0 commit comments

Comments
 (0)