Added another debug message
All checks were successful
Lint / pre-commit Linting (push) Successful in 24s

This commit is contained in:
Philipp Horstenkamp 2025-04-22 01:03:29 +02:00
parent 91fdb76f0f
commit ffa09c46c0
Signed by: Philipp
GPG Key ID: DD53EAC36AFB61B4

View File

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