Skip to content

Commit 912f77c

Browse files
authored
Update redirector.yml
1 parent d46dfe6 commit 912f77c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/redirector.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
regex: "- \\[ \\] Did you add redirects\\?.*"
115115
appendContentOnMatchOnly: false
116116
regexFlags: is
117-
content: "- [ ] Did you add redirects?\n *Suggested redirects for moved/deleted files (replace <v> with earliest backport target version):*\n${REDIRECT_HTML}\n"
117+
content: "- [ ] Did you add redirects?\n *Suggested redirects for moved/deleted files (replace <v> with earliest backport target version):*\n${{ steps.build-redirect-html.outputs.redirect_html }}\n"
118118
token: ${{ secrets.GITHUB_TOKEN }}
119119

120120
- name: Check for duplicates in redirects file

0 commit comments

Comments
 (0)