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.
2 parents 8c29e62 + 0867704 commit 2e43f57Copy full SHA for 2e43f57
.github/workflows/add-redirects.yml
@@ -102,8 +102,7 @@ jobs:
102
combined_redirects="${RENAMED_REDIRECTS}${DELETED_REDIRECTS}"
103
104
if [ -n "$combined_redirects" ]; then
105
- redirect_html+="<i>Suggested redirects for moved/deleted files (replace <v> with earliest backport target version):</i><br/>$combined_redirects"
106
- fi
+ redirect_html="<p><i>Suggested redirects for moved/deleted files (replace <v> with earliest backport target version):</i></p>$combined_redirects"
107
108
echo "redirect_html=${redirect_html}" >> "$GITHUB_OUTPUT"
109
0 commit comments