mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-02 07:01:30 -08:00
⚡ Change node-name
This commit is contained in:
parent
56e3c621b3
commit
cb8322ca98
|
@ -209,6 +209,11 @@ export class Github implements INodeType {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
options: [
|
options: [
|
||||||
|
{
|
||||||
|
name: 'Get Emails',
|
||||||
|
value: 'getEmails',
|
||||||
|
description: 'Returns the repositories of a user',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: 'Get Repositories',
|
name: 'Get Repositories',
|
||||||
value: 'getRepositories',
|
value: 'getRepositories',
|
||||||
|
|
|
@ -32,7 +32,7 @@ import {
|
||||||
export class Shopify implements INodeType {
|
export class Shopify implements INodeType {
|
||||||
description: INodeTypeDescription = {
|
description: INodeTypeDescription = {
|
||||||
displayName: 'Shopify',
|
displayName: 'Shopify',
|
||||||
name: 'shopifyN',
|
name: 'shopifyNode',
|
||||||
icon: 'file:shopify.png',
|
icon: 'file:shopify.png',
|
||||||
group: ['output'],
|
group: ['output'],
|
||||||
version: 1,
|
version: 1,
|
||||||
|
|
Loading…
Reference in a new issue