Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
erkenes committed Sep 13, 2022
1 parent 21ea48a commit 7ec39d9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Classes/ConfigFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ protected function createFormEnv(array $env, string $accessToken, string $ciPlat
{
$envPrefix = $ciPlatform === self::GITHUB ? 'INPUT_' : '';

var_dump('BRANCH_RENAMED: ' . $env[$envPrefix . 'REMOTE_BRANCH_RENAMED'] ?? null);

return new Config(
repositoryProtocol: $env[$envPrefix . 'REPOSITORY_PROTOCOL'] ?? throw new ConfigurationException('Repository Protocol is missing'),
repositoryHost: $env[$envPrefix . 'REPOSITORY_HOST'] ?? throw new ConfigurationException('Repository Host is missing'),
Expand Down

0 comments on commit 7ec39d9

Please sign in to comment.