Fix type in GitHub credentials (#2103)

This commit is contained in:
Mutasem Aldmour 2021-08-21 14:25:42 +02:00 committed by GitHub
parent 31a83f1672
commit 47149facc7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@ export class GithubApi implements ICredentialType {
name: 'server', name: 'server',
type: 'string', type: 'string',
default: 'https://api.github.com', default: 'https://api.github.com',
description: 'The server to connect to. Does only have to get changed if Github Enterprise gets used.', description: 'The server to connect to. Only has to be set if Github Enterprise is used.',
}, },
{ {
displayName: 'User', displayName: 'User',

View file

@ -17,7 +17,7 @@ export class GithubOAuth2Api implements ICredentialType {
name: 'server', name: 'server',
type: 'string', type: 'string',
default: 'https://api.github.com', default: 'https://api.github.com',
description: 'The server to connect to. Does only have to get changed if Github Enterprise gets used.', description: 'The server to connect to. Only has to be set if Github Enterprise is used.',
}, },
{ {
displayName: 'Authorization URL', displayName: 'Authorization URL',