diff --git a/index.js b/index.js index 0960365..0116b27 100644 --- a/index.js +++ b/index.js @@ -116,7 +116,7 @@ async function postCode() { const api = new ScreepsAPI(login_arguments); const response = await api.code.set(branch, files_to_push); - core.info(response); + core.info(JSON.stringify(response, null, 2)); core.info(JSON.stringify(response.json, null, 2)); }