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 e7d990f + f7808ba commit 25b0291Copy full SHA for 25b0291
.github/workflows/add-redirects.yml
@@ -100,9 +100,8 @@ jobs:
100
run: |
101
102
combined_redirects="${RENAMED_REDIRECTS}${DELETED_REDIRECTS}"
103
- intro="<i>Suggested redirects for moved/deleted files (replace <v> with earliest backport target version):</i>"
104
105
- echo "redirect_html=${intro}${combined_redirects}" >> "$GITHUB_OUTPUT"
+ echo "redirect_html=${combined_redirects}" >> "$GITHUB_OUTPUT"
106
107
- name: Update PR Description
108
if: steps.renamed-files.outputs.redirects != '' || steps.deleted-files.outputs.redirects != ''
0 commit comments