You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/redirector.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -114,7 +114,7 @@ jobs:
114
114
regex: "- \\[ \\] Did you add redirects\\?.*"
115
115
appendContentOnMatchOnly: false
116
116
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"
0 commit comments