diff --git a/index.js b/index.js index 984cf25..b7ccf53 100644 --- a/index.js +++ b/index.js @@ -144,6 +144,7 @@ function validateAuthentication(token, username, password) { * Posts code to Screeps server. */ function postCode() { + core.info(`exec -> Done!`); const protocol = core.getInput("protocol") || "https"; const hostname = core.getInput("hostname") || "screeps.com"; const port = core.getInput("port") || "443";