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 eb749d9 commit 40017dbCopy full SHA for 40017db
.github/workflows/add-redirects.yml
@@ -100,7 +100,7 @@ jobs:
100
run: |
101
102
combined_redirects="${RENAMED_REDIRECTS}${DELETED_REDIRECTS}"
103
- redirect_html="<i>Suggested redirects for moved/deleted files (replace <v> with earliest backport target version):</i> $combined_redirects</i>"
+ redirect_html="<i>Suggested redirects for moved/deleted files (replace <v> with earliest backport target version):</i> $combined_redirects"
104
105
echo "redirect_html=${redirect_html}" >> "$GITHUB_OUTPUT"
106
0 commit comments