vendor/bin/rector setup-ci #7927
Answered
by
samsonasik
terabytesoftw
asked this question in
Q&A
-
|
[ERROR] Current repository name could not be resolved |
Beta Was this translation helpful? Give feedback.
Answered by
samsonasik
May 11, 2023
Replies: 2 comments
-
|
It seems bug on getting regex match: $output = $process->getOutput();
var_dump($output);
$match = Strings::match($output, self::GITHUB_REPOSITORY_REGEX);
return $match['repository_name'] ?? null;The output is got: instead of named "repository_name" |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Resolved at rectorphp/rector-src#3799 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
samsonasik
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Resolved at rectorphp/rector-src#3799