diff --git a/scripts/main.ps1 b/scripts/main.ps1 index 596e01b..8d0d543 100644 --- a/scripts/main.ps1 +++ b/scripts/main.ps1 @@ -20,7 +20,7 @@ $settingsFilePath = switch -Regex ($settings) { CodePath = $codePath TestPath = $testPath SettingsFilePath = $settingsFilePath -} | Format-List +} | Format-List | Out-String Set-GitHubOutput -Name Settings -Value $settings Set-GitHubOutput -Name CodePath -Value $codePath