mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +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',
|
icon: 'file:github.png',
|
||||||
group: ['trigger'],
|
group: ['trigger'],
|
||||||
version: 1,
|
version: 1,
|
||||||
|
subtitle: '={{$parameter["owner"] + "/" + $parameter["repository"] + ": " + $parameter["events"].join(", ")}}',
|
||||||
description: 'Starts the workflow when a Github events occurs.',
|
description: 'Starts the workflow when a Github events occurs.',
|
||||||
defaults: {
|
defaults: {
|
||||||
name: 'Github Trigger',
|
name: 'Github Trigger',
|
||||||
|
|||||||
Reference in New Issue
Block a user