Skip to content

Commit

Permalink
Merge pull request #15 from direct-actions/dev
Browse files Browse the repository at this point in the history
fix key match regex
  • Loading branch information
robzr authored Apr 17, 2024
2 parents d55203a + 6851294 commit 213f2d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ runs:
if $ARGS.named.key_regex != "" then
select(
.body |
capture("<!--direct-actions/pr-comment:key:(?<key>[^>])*-->") |
capture("<!--direct-actions/pr-comment:key:(?<key>[^>]*)-->") |
.key |
test($ARGS.named.key_regex)
)
Expand Down

0 comments on commit 213f2d1

Please sign in to comment.