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 c16e672 + 964bafc commit 6a90756Copy full SHA for 6a90756
.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