Skip to content

Commit 2bc44c1

Browse files
fix
1 parent 2399836 commit 2bc44c1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts/main.ps1

+1-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ Write-Output '::endgroup::'
3030

3131
Write-Output "::group::Set configuration"
3232
if (-not (Test-Path -Path $env:ConfigurationFile -PathType Leaf)) {
33-
Write-Error "Configuration file not found at [$env:ConfigurationFile]"
34-
exit 1
33+
Write-Output "Configuration file not found at [$env:ConfigurationFile]"
3534
} else {
3635
Write-Output "Reading from configuration file [$env:ConfigurationFile]"
3736
$configuration = ConvertFrom-Yaml -Yaml (Get-Content $env:ConfigurationFile -Raw)

0 commit comments

Comments
 (0)