Added another debug message
All checks were successful
Lint / pre-commit Linting (push) Successful in 24s
All checks were successful
Lint / pre-commit Linting (push) Successful in 24s
This commit is contained in:
parent
91fdb76f0f
commit
ffa09c46c0
1
index.js
1
index.js
@ -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";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user