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 779a1f9 commit 131ff15Copy full SHA for 131ff15
eng/common/scripts/Helpers/ApiView-Helpers.ps1
@@ -197,7 +197,7 @@ function Set-ApiViewCommentForPR {
197
}
198
199
} catch{
200
- LogError "Failed to get API View information for PR: $PrNumber in repo: $repoFullName with commitSHA: $Commitish. Error: $_"
+ LogError "Failed to get API View information for PR: $PrNumber in repo: $repoFullName with commitSHA: $HeadCommitish. Error: $_"
201
exit 1
202
203
0 commit comments