Skip to content

Commit

Permalink
fix(GitHub Document Loader Node): Fix issue with ignore paths not wor…
Browse files Browse the repository at this point in the history
…king correctly (n8n-io#8798)
  • Loading branch information
jordanburke authored Mar 6, 2024
1 parent 3163d6d commit c8d589c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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: '',
Expand Down

0 comments on commit c8d589c

Please sign in to comment.