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 cb69947 commit 3667ca8Copy full SHA for 3667ca8
src/functions/public/Git/Set-GitHubGitConfig.ps1
@@ -55,7 +55,7 @@
55
$token = $Context.Token | ConvertFrom-SecureString -AsPlainText
56
$hostName = $Context.HostName
57
$installationName = $Context.InstallationName
58
- $sshUser = $Context.Enterprise ?? 'git'
+ # $sshUser = $Context.Enterprise ?? 'git'
59
60
if ($PSCmdlet.ShouldProcess("$username on $installationName", 'Set Git configuration')) {
61
$git = 'git'
0 commit comments