Skip to content

Commit 25b0291

Browse files
committed
Merge remote-tracking branch 'upstream/test-redirect-gh-action' into regex
2 parents e7d990f + f7808ba commit 25b0291

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/add-redirects.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,8 @@ jobs:
100100
run: |
101101
102102
combined_redirects="${RENAMED_REDIRECTS}${DELETED_REDIRECTS}"
103-
intro="<i>Suggested redirects for moved/deleted files (replace &lt;v&gt; with earliest backport target version):</i>"
104103
105-
echo "redirect_html=${intro}${combined_redirects}" >> "$GITHUB_OUTPUT"
104+
echo "redirect_html=${combined_redirects}" >> "$GITHUB_OUTPUT"
106105
107106
- name: Update PR Description
108107
if: steps.renamed-files.outputs.redirects != '' || steps.deleted-files.outputs.redirects != ''

0 commit comments

Comments
 (0)