diff --git a/index.js b/index.js index 3e3fa40..b108bd1 100644 --- a/index.js +++ b/index.js @@ -90,6 +90,7 @@ async function postCode() { const files_to_push = await readFilesIntoDict(pattern, prefix); + core.info(`Trying to upload the following files to ${branch}:`); Object.keys(files_to_push).forEach((key) => { core.info(`Key: ${key}`); }); @@ -104,7 +105,8 @@ async function postCode() { path: path, }; - core.info(`Trying to upload the following files to ${branch}:`); + core.info("login_arguments:"); + core.info(JSON.stringify(login_arguments, null, 2)); Object.keys(login_arguments).forEach((key) => { core.info(`Key: ${key}`); });