We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2399836 commit 2bc44c1Copy full SHA for 2bc44c1
scripts/main.ps1
@@ -30,8 +30,7 @@ Write-Output '::endgroup::'
30
31
Write-Output "::group::Set configuration"
32
if (-not (Test-Path -Path $env:ConfigurationFile -PathType Leaf)) {
33
- Write-Error "Configuration file not found at [$env:ConfigurationFile]"
34
- exit 1
+ Write-Output "Configuration file not found at [$env:ConfigurationFile]"
35
} else {
36
Write-Output "Reading from configuration file [$env:ConfigurationFile]"
37
$configuration = ConvertFrom-Yaml -Yaml (Get-Content $env:ConfigurationFile -Raw)
0 commit comments