We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07a6339 commit c497643Copy full SHA for c497643
tools/devops/automation/scripts/GitHub.psm1
@@ -710,7 +710,7 @@ mutation {
710
$latestCommit = $prInfo.head.sha
711
712
Write-Host "Current commit: $($this.Hash)"
713
- Write-Host "Latest commit in PR #$prId: $latestCommit"
+ Write-Host "Latest commit in PR #${prId}: $latestCommit"
714
715
return $this.Hash -eq $latestCommit
716
} catch {
0 commit comments