File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -102,10 +102,10 @@ jobs:
102
102
combined_redirects="${RENAMED_REDIRECTS}${DELETED_REDIRECTS}"
103
103
104
104
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 <v> with earliest backport target version):</i><br/> $combined_redirects"
106
106
fi
107
107
108
- echo -e "redirect_html=${redirect_html}" >> "$GITHUB_OUTPUT"
108
+ echo "redirect_html=${redirect_html}" >> "$GITHUB_OUTPUT"
109
109
110
110
- name : Update PR Description
111
111
uses : MongoCaleb/pr-description-action@4bdfe35b98f64532b419ad20b350a92546cd3aa1
You can’t perform that action at this time.
0 commit comments