Added a bit more logging.
All checks were successful
Lint / pre-commit Linting (push) Successful in 25s
All checks were successful
Lint / pre-commit Linting (push) Successful in 25s
This commit is contained in:
parent
0537c5a914
commit
bc56766110
1
index.js
1
index.js
@ -118,6 +118,7 @@ async function postCode() {
|
|||||||
if (token) {
|
if (token) {
|
||||||
api = new ScreepsAPI(login_arguments);
|
api = new ScreepsAPI(login_arguments);
|
||||||
} else {
|
} else {
|
||||||
|
core.info(`Logging into as usewr ${username}`);
|
||||||
api = new ScreepsAPI(username, password, login_arguments);
|
api = new ScreepsAPI(username, password, login_arguments);
|
||||||
}
|
}
|
||||||
const response = await api.code.set(branch, files_to_push);
|
const response = await api.code.set(branch, files_to_push);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user