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 40017db commit 236da51Copy full SHA for 236da51
.github/workflows/add-redirects.yml
@@ -100,9 +100,9 @@ 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"
+ intro="<i>Suggested redirects for moved/deleted files (replace <v> with earliest backport target version):</i>"
104
105
- echo "redirect_html=${redirect_html}" >> "$GITHUB_OUTPUT"
+ echo "redirect_html=${intro}${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