Skip to content

Commit 7101be1

Browse files
authored
Merge pull request #90 from ByteInternet/github_workflow_match_multiline
2 parents bacc3ee + 580a065 commit 7101be1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Printer/GithubWorkflowPrinter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
class GithubWorkflowPrinter extends Printer
1313
{
14-
public const WORKFLOW_COMMAND_PATTERN = '/^::[a-zA-Z0-9-].*::.*$/';
14+
public const WORKFLOW_COMMAND_PATTERN = '/^::[a-zA-Z0-9-].*::.*$/m';
1515

1616
private OutputInterface $output;
1717

0 commit comments

Comments
 (0)