Skip to content

Commit

Permalink
throw
Browse files Browse the repository at this point in the history
  • Loading branch information
freddydk committed Aug 8, 2023
1 parent 4b290bf commit f711471
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Actions/VerifyPRChanges/VerifyPRChanges.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,5 @@ try {
catch {
Write-Host "::ERROR::VerifyPRChanges action failed.$([environment]::Newline)Error: $($_.Exception.Message)$([environment]::Newline)Stacktrace: $($_.scriptStackTrace)"
$host.SetShouldExit(1)
throw
}

0 comments on commit f711471

Please sign in to comment.