mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-24 04:04:06 -08:00
⚡ Fix type in GitHub credentials (#2103)
This commit is contained in:
parent
31a83f1672
commit
47149facc7
|
@ -13,7 +13,7 @@ export class GithubApi implements ICredentialType {
|
|||
name: 'server',
|
||||
type: 'string',
|
||||
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',
|
||||
|
|
|
@ -17,7 +17,7 @@ export class GithubOAuth2Api implements ICredentialType {
|
|||
name: 'server',
|
||||
type: 'string',
|
||||
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',
|
||||
|
|
Loading…
Reference in a new issue