mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-21 02:56:40 -08:00
👕 Fix lint issue
This commit is contained in:
parent
df2c4e99af
commit
c447cdb8b8
|
@ -686,7 +686,7 @@ export class Github implements INodeType {
|
||||||
default: '',
|
default: '',
|
||||||
placeholder: 'master',
|
placeholder: 'master',
|
||||||
description: 'The name of the commit/branch/tag. Default: the repository’s default branch (usually master).',
|
description: 'The name of the commit/branch/tag. Default: the repository’s default branch (usually master).',
|
||||||
}
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue