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 0acaad3 commit 84b17ebCopy full SHA for 84b17eb
src/shared/Atlassian.Bitbucket/BitbucketHostProvider.cs
@@ -277,7 +277,7 @@ private string GetCredentialKey(InputArguments input)
277
return $"git:{url}";
278
}
279
280
- private string GetBbSCredentialKey(InputArguments input)
+ private string GetBitbucketServerCredentialKey(InputArguments input)
281
{
282
// The credential (user/pass or an OAuth access token) key is the full target URI.
283
// If the full path is included (credential.useHttpPath = true) then respect that.
0 commit comments