diff --git a/index.js b/index.js index 0116b27..4bf2577 100644 --- a/index.js +++ b/index.js @@ -115,6 +115,7 @@ async function postCode() { core.info(JSON.stringify(login_arguments, null, 2)); const api = new ScreepsAPI(login_arguments); + core.info(`Pushing to branch ${branch}`) const response = await api.code.set(branch, files_to_push); core.info(JSON.stringify(response, null, 2)); core.info(JSON.stringify(response.json, null, 2));