Skip to content

Commit 2e43f57

Browse files
committed
Merge remote-tracking branch 'upstream/test-redirect-gh-action' into regex
2 parents 8c29e62 + 0867704 commit 2e43f57

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/add-redirects.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,7 @@ jobs:
102102
combined_redirects="${RENAMED_REDIRECTS}${DELETED_REDIRECTS}"
103103
104104
if [ -n "$combined_redirects" ]; then
105-
redirect_html+="<i>Suggested redirects for moved/deleted files (replace &lt;v&gt; with earliest backport target version):</i><br/>$combined_redirects"
106-
fi
105+
redirect_html="<p><i>Suggested redirects for moved/deleted files (replace &lt;v&gt; with earliest backport target version):</i></p>$combined_redirects"
107106
108107
echo "redirect_html=${redirect_html}" >> "$GITHUB_OUTPUT"
109108

0 commit comments

Comments
 (0)