Skip to content

Commit d6effe7

Browse files
committed
Merge remote-tracking branch 'upstream/test-redirect-gh-action' into regex
2 parents a29539b + 9e4ba05 commit d6effe7

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
@@ -102,7 +102,7 @@ jobs:
102102
combined_redirects="${RENAMED_REDIRECTS}${DELETED_REDIRECTS}"
103103
104104
if [ -n "$combined_redirects" ]; then
105-
redirect_html="<p><i>Suggested redirects for moved/deleted files (replace &lt;v&gt; with earliest backport target version):</i></p>$combined_redirects"
105+
redirect_html="<h4>Suggested redirects for moved/deleted files (replace &lt;v&gt; with earliest backport target version):</h4>$combined_redirects"
106106
fi
107107
108108
echo "redirect_html=${redirect_html}" >> "$GITHUB_OUTPUT"

0 commit comments

Comments
 (0)