Added ReturnALL to GET method

This commit is contained in:
alex meredith
2022-05-04 17:46:19 +01:00
parent a09650116a
commit 60cd351311

View File

@@ -2278,6 +2278,7 @@ export class Github implements INodeType {
requestMethod = 'GET';
endpoint = `/orgs/${owner}/repos`;
returnAll = true;
}