We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c731e8b commit 1cdb322Copy full SHA for 1cdb322
appveyor.yml
@@ -16,7 +16,7 @@ before_build:
16
if ($pullRequestNr -and (-not $isPrFromFork)) {
17
$branch = $env:APPVEYOR_PULL_REQUEST_HEAD_REPO_BRANCH
18
$commit = $env:APPVEYOR_PULL_REQUEST_HEAD_COMMIT
19
- Write-Host "real branch name of this pull request name is $branch, real commit $commit"
+ Write-Host "real branch name of this pull request is $branch, real commit $commit"
20
}
21
22
if ($isPrFromFork) {
0 commit comments