Skip to content

Commit 080b85a

Browse files
committed
Merge remote-tracking branch 'upstream/test-redirect-gh-action' into regex
2 parents 43ab3d8 + 29997d3 commit 080b85a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/add-redirects.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
regex: "- \\[ \\] Did you add redirects\\?.*"
111111
appendContentOnMatchOnly: false
112112
regexFlags: is
113-
content: "- [ ] Did you add redirects?\n ${{ steps.build-redirect-html.outputs.redirect_html }}"
113+
content: "- [ ] Did you add redirects?\n ${{ steps.renamed-files.outputs.redirects }}${{ steps.deleted-files.outputs.redirects }}"
114114
token: ${{ secrets.GITHUB_TOKEN }}
115115

116116
- name: Check for duplicates in redirects file

0 commit comments

Comments
 (0)