Skip to content

Commit

Permalink
Merge pull request #90 from ByteInternet/github_workflow_match_multiline
Browse files Browse the repository at this point in the history
  • Loading branch information
tdgroot authored Mar 24, 2023
2 parents bacc3ee + 580a065 commit 7101be1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Printer/GithubWorkflowPrinter.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

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

private OutputInterface $output;

Expand Down

0 comments on commit 7101be1

Please sign in to comment.