From 7b0ee47c089cd2bfc45b5657d05f03d5ada24f7c Mon Sep 17 00:00:00 2001 From: Philipp Horstenkamp Date: Sun, 26 Nov 2023 17:37:08 +0100 Subject: [PATCH] Fixed a typo. --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 092bb81..802a6c7 100644 --- a/index.js +++ b/index.js @@ -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);