Skip to content

Commit bcec660

Browse files
committed
fix
1 parent dcf78a0 commit bcec660

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/add-redirects.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,10 @@ jobs:
102102
combined_redirects="${RENAMED_REDIRECTS}${DELETED_REDIRECTS}"
103103
104104
if [ -n "$combined_redirects" ]; then
105-
redirect_html+="*Suggested redirects for moved/deleted files (replace <v> with earliest backport target version):*\n$combined_redirects"
105+
redirect_html+="<i>Suggested redirects for moved/deleted files (replace &lt;v&gt; with earliest backport target version):</i><br/>$combined_redirects"
106106
fi
107107
108-
echo -e "redirect_html=${redirect_html}" >> "$GITHUB_OUTPUT"
108+
echo "redirect_html=${redirect_html}" >> "$GITHUB_OUTPUT"
109109
110110
- name: Update PR Description
111111
uses: MongoCaleb/pr-description-action@4bdfe35b98f64532b419ad20b350a92546cd3aa1

0 commit comments

Comments
 (0)