We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9faf65f commit a090b5eCopy full SHA for a090b5e
1 file changed
src/Runner/Shorthand.php
@@ -57,7 +57,7 @@ class Shorthand
57
],
58
'message' => [
59
'injectissuekeyfrombranch' => Hook\Message\Action\InjectIssueKeyFromBranch::class,
60
- 'cacheonfail ' => Hook\Message\Action\CacheOnFail::class,
+ 'cacheonfail' => Hook\Message\Action\CacheOnFail::class,
61
'mustfollowrules' => Hook\Message\Action\Rules::class,
62
'mustfollowbeamsrules' => Hook\Message\Action\Beams::class,
63
'mustmatchregex' => Hook\Message\Action\Regex::class,
0 commit comments