mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
Added ReturnALL to GET method
This commit is contained in:
@@ -2278,6 +2278,7 @@ export class Github implements INodeType {
|
||||
requestMethod = 'GET';
|
||||
|
||||
endpoint = `/orgs/${owner}/repos`;
|
||||
returnAll = true;
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user