fix(GitHub Document Loader Node): Fix issue with ignore paths not working correctly (#8798)

This commit is contained in:
Jordan
2024-03-06 09:48:10 -05:00
committed by GitHub
parent 3163d6d00b
commit c8d589cce7

View File

@@ -83,7 +83,7 @@ export class DocumentGithubLoader implements INodeType {
}, },
{ {
displayName: 'Ignore Paths', displayName: 'Ignore Paths',
name: 'recursive', name: 'ignorePaths',
type: 'string', type: 'string',
description: 'Comma-separated list of paths to ignore, e.g. "docs, src/tests', description: 'Comma-separated list of paths to ignore, e.g. "docs, src/tests',
default: '', default: '',