mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
💄 Add subtitle to GithubTrigger-Node
This commit is contained in:
@@ -22,6 +22,7 @@ export class GithubTrigger implements INodeType {
|
||||
icon: 'file:github.png',
|
||||
group: ['trigger'],
|
||||
version: 1,
|
||||
subtitle: '={{$parameter["owner"] + "/" + $parameter["repository"] + ": " + $parameter["events"].join(", ")}}',
|
||||
description: 'Starts the workflow when a Github events occurs.',
|
||||
defaults: {
|
||||
name: 'Github Trigger',
|
||||
|
||||
Reference in New Issue
Block a user