mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-21 02:56:40 -08:00
💄 Add subtitle to GithubTrigger-Node
This commit is contained in:
parent
6246d0a08c
commit
7e4066ddb3
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue