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

This commit is contained in:
Philipp Horstenkamp 2023-11-26 17:37:08 +01:00
parent 67796af83c
commit 7b0ee47c08
Signed by: Philipp
GPG Key ID: DD53EAC36AFB61B4
1 changed files with 1 additions and 1 deletions

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);