mirror of
https://github.com/jlengrand/push-adyen-collections-to-postman-javascript-action.git
synced 2026-03-10 08:41:23 +00:00
Moar debug
This commit is contained in:
committed by
GitHub
parent
e2c33bf4a9
commit
40856a51ab
7
index.js
7
index.js
@@ -21,8 +21,15 @@ export async function runParameters(postmanApiKey, workspaceId, filesToProcess){
|
||||
console.log(`Files to process : ${filesToProcess}`);
|
||||
|
||||
console.log(`Getting workspace ${workspaceId}!`);
|
||||
|
||||
console.log("-----");
|
||||
|
||||
const workspace = await postman.getWorkspace(workspaceId, postmanApiKey);
|
||||
|
||||
console.log(JSON.stringify(workspace));
|
||||
console.log("-----");
|
||||
|
||||
|
||||
const collections = workspace.workspace.collections;
|
||||
|
||||
const filesToProcessAsList = filesToProcess.split(' ');
|
||||
|
||||
Reference in New Issue
Block a user