There was an error while loading. Please reload this page.
2 parents bacc3ee + 580a065 commit 7101be1Copy full SHA for 7101be1
1 file changed
src/Printer/GithubWorkflowPrinter.php
@@ -11,7 +11,7 @@
11
12
class GithubWorkflowPrinter extends Printer
13
{
14
- public const WORKFLOW_COMMAND_PATTERN = '/^::[a-zA-Z0-9-].*::.*$/';
+ public const WORKFLOW_COMMAND_PATTERN = '/^::[a-zA-Z0-9-].*::.*$/m';
15
16
private OutputInterface $output;
17
0 commit comments