Skip to content

Commit 213f2d1

Browse files
authored
Merge pull request #15 from direct-actions/dev
fix key match regex
2 parents d55203a + 6851294 commit 213f2d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ runs:
188188
if $ARGS.named.key_regex != "" then
189189
select(
190190
.body |
191-
capture("<!--direct-actions/pr-comment:key:(?<key>[^>])*-->") |
191+
capture("<!--direct-actions/pr-comment:key:(?<key>[^>]*)-->") |
192192
.key |
193193
test($ARGS.named.key_regex)
194194
)

0 commit comments

Comments
 (0)