mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
⚡ Remove not working and not possible option from Github-Node
This commit is contained in:
parent
4eff72504d
commit
60fa44722d
|
@ -244,11 +244,6 @@ export class Github implements INodeType {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
options: [
|
options: [
|
||||||
{
|
|
||||||
name: 'Get Emails',
|
|
||||||
value: 'getEmails',
|
|
||||||
description: 'Returns the email addresses of a user',
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: 'Get Repositories',
|
name: 'Get Repositories',
|
||||||
value: 'getRepositories',
|
value: 'getRepositories',
|
||||||
|
|
Loading…
Reference in a new issue