mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-25 20:54:07 -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';
|
requestMethod = 'GET';
|
||||||
|
|
||||||
endpoint = `/orgs/${owner}/repos`;
|
endpoint = `/orgs/${owner}/repos`;
|
||||||
|
returnAll = true;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue