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.
1 parent 54b315d commit 964bafcCopy full SHA for 964bafc
.github/workflows/add-redirects.yml
@@ -99,7 +99,7 @@ jobs:
99
DELETED_REDIRECTS: ${{ steps.deleted-files.outputs.redirects }}
100
run: |
101
102
- intro="*Suggested redirects for moved/deleted files (replace <v> with earliest backport target version):*"
+ intro="<i>Suggested redirects for moved/deleted files (replace <v> with earliest backport target version):</i><br/><br/>"
103
combined_redirects="${RENAMED_REDIRECTS}${DELETED_REDIRECTS}"
104
105
echo "redirect_html=${intro}${combined_redirects}" >> "$GITHUB_OUTPUT"
0 commit comments