mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
fix(Gitlab Trigger Node): Fix typo (no-changelog) (#9077)
This commit is contained in:
committed by
GitHub
parent
cd0406904e
commit
1dbc8d4594
@@ -144,7 +144,7 @@ export class GitlabTrigger implements INodeType {
|
|||||||
default: '',
|
default: '',
|
||||||
required: true,
|
required: true,
|
||||||
placeholder: 'n8n-io',
|
placeholder: 'n8n-io',
|
||||||
description: 'Owner of the repsitory',
|
description: 'Owner of the repository',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
displayName: 'Repository Name',
|
displayName: 'Repository Name',
|
||||||
@@ -153,7 +153,7 @@ export class GitlabTrigger implements INodeType {
|
|||||||
default: '',
|
default: '',
|
||||||
required: true,
|
required: true,
|
||||||
placeholder: 'n8n',
|
placeholder: 'n8n',
|
||||||
description: 'The name of the repsitory',
|
description: 'The name of the repository',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
displayName: 'Events',
|
displayName: 'Events',
|
||||||
|
|||||||
Reference in New Issue
Block a user