Skip to content

Commit 6bc8578

Browse files
committed
fix gh action
1 parent c5f7fd8 commit 6bc8578

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
@@ -113,7 +113,7 @@ jobs:
113113
- name: Update PR Description
114114
uses: MongoCaleb/pr-description-action@4bdfe35b98f64532b419ad20b350a92546cd3aa1
115115
with:
116-
regex: "- \\[ \\] Did you add redirects\\?.*"
116+
regex: "- \\[( |x)\\] Did you add redirects\\?.*"
117117
appendContentOnMatchOnly: false
118118
regexFlags: is
119119
content: "- [ ] Did you add redirects?\n ${{ steps.build-redirect-html.outputs.redirect_html }}"

0 commit comments

Comments
 (0)