diff --git a/index.js b/index.js index 2288073..8e1b967 100644 --- a/index.js +++ b/index.js @@ -118,6 +118,7 @@ async function postCode() { if (token) { api = new ScreepsAPI(login_arguments); } else { + core.info(`Logging into as usewr ${username}`); api = new ScreepsAPI(username, password, login_arguments); } const response = await api.code.set(branch, files_to_push);