Skip to content

Commit

Permalink
err
Browse files Browse the repository at this point in the history
  • Loading branch information
freddydk committed Aug 8, 2023
1 parent 92f3393 commit 3ce738f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Actions/VerifyPRChanges/VerifyPRChanges.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -88,5 +88,5 @@ try {
ValidatePullRequestFiles -PullRequestRepository $prBaseRepository -PullRequestId $pullRequestId -Headers $headers
}
catch {
Write-Host "::ERRORR::VerifyPRChanges action failed.$([environment]::Newline)Error: $($_.Exception.Message)$([environment]::Newline)Stacktrace: $($_.scriptStackTrace)"
Write-Host "::ERROR::VerifyPRChanges action failed.$([environment]::Newline)Error: $($_.Exception.Message)$([environment]::Newline)Stacktrace: $($_.scriptStackTrace)"
}

0 comments on commit 3ce738f

Please sign in to comment.