💄 Add subtitle to GithubTrigger-Node

This commit is contained in:
Jan Oberhauser 2019-07-26 13:20:28 +02:00
parent 6246d0a08c
commit 7e4066ddb3

View file

@ -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',