From ffa09c46c0f3a111e0c4cc7572b1949e96902846 Mon Sep 17 00:00:00 2001 From: Philipp Horstenkamp Date: Tue, 22 Apr 2025 01:03:29 +0200 Subject: [PATCH] Added another debug message --- index.js | 1 + 1 file changed, 1 insertion(+) 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";