mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
fix(GitHub Document Loader Node): Fix issue with ignore paths not working correctly (#8798)
This commit is contained in:
@@ -83,7 +83,7 @@ export class DocumentGithubLoader implements INodeType {
|
||||
},
|
||||
{
|
||||
displayName: 'Ignore Paths',
|
||||
name: 'recursive',
|
||||
name: 'ignorePaths',
|
||||
type: 'string',
|
||||
description: 'Comma-separated list of paths to ignore, e.g. "docs, src/tests',
|
||||
default: '',
|
||||
|
||||
Reference in New Issue
Block a user