Skip to content

Commit addaa1f

Browse files
Fix shorthand
1 parent ce646dc commit addaa1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Runner/Shorthand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ class Shorthand
5252
'injectissuekeyfrombranch' => Hook\Message\Action\InjectIssueKeyFromBranch::class,
5353
'cacheonfail ' => Hook\Message\Action\CacheOnFail::class,
5454
'mustfollowbeamsrules' => Hook\Message\Action\Beams::class,
55-
'mustcontainsregex' => Hook\Message\Action\Regex::class,
55+
'mustmatchregex' => Hook\Message\Action\Regex::class,
5656
'preparefromfile' => Hook\Message\Action\PrepareFromFile::class,
5757
'prepare' => Hook\Message\Action\Prepare::class,
5858
],

0 commit comments

Comments
 (0)