Fixed a typo.
Some checks failed
Lint / pre-commit Linting (push) Failing after 48s

This commit is contained in:
2023-11-26 17:37:08 +01:00
parent 67796af83c
commit 7b0ee47c08

View File

@ -102,7 +102,7 @@ async function postCode() {
return;
}
core.log(JSON.stringify(login_arguments, null, 2));
core.info(JSON.stringify(login_arguments, null, 2));
const api = new ScreepsAPI(login_arguments);
await api.code.set(branch, files_to_push);