mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 06:34:05 -08:00
Added ReturnALL to GET method
This commit is contained in:
parent
a09650116a
commit
60cd351311
|
@ -2278,6 +2278,7 @@ export class Github implements INodeType {
|
|||
requestMethod = 'GET';
|
||||
|
||||
endpoint = `/orgs/${owner}/repos`;
|
||||
returnAll = true;
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue