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 3440909 commit 5807d00Copy full SHA for 5807d00
GitHubBranches.ps1
@@ -89,7 +89,7 @@ function Get-GitHubRepositoryBranch
89
'RepositoryName' = (Get-PiiSafeString -PlainText $RepositoryName)
90
}
91
92
- $uriFragment = "repos/$OwnerName/$RepositoryName/branches`?"
+ $uriFragment = "repos/$OwnerName/$RepositoryName/branches"
93
if (-not [String]::IsNullOrEmpty($Name)) { $uriFragment = $uriFragment + "/$Name" }
94
95
$getParams = @()
0 commit comments