mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
⚡ Clean up node description (#1883)
Co-authored-by: Jan <janober@users.noreply.github.com>
This commit is contained in:
@@ -25,7 +25,7 @@ export class GithubTrigger implements INodeType {
|
||||
group: ['trigger'],
|
||||
version: 1,
|
||||
subtitle: '={{$parameter["owner"] + "/" + $parameter["repository"] + ": " + $parameter["events"].join(", ")}}',
|
||||
description: 'Starts the workflow when a Github events occurs.',
|
||||
description: 'Starts the workflow when Github events occur',
|
||||
defaults: {
|
||||
name: 'Github Trigger',
|
||||
color: '#000000',
|
||||
|
||||
Reference in New Issue
Block a user