We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9163c2c commit 3607837Copy full SHA for 3607837
hugoalh.GitHubActionsToolkit/module/utility.psm1
@@ -200,7 +200,6 @@ Function Test-Environment {
200
If ($Failed) {
201
If ($Mandatory.IsPresent) {
202
Write-Error -Message $MandatoryMessage -Category 'InvalidOperation' -ErrorAction 'Stop'
203
- Exit 1
204
}
205
Write-Output -InputObject $False
206
Return
0 commit comments