diff --git a/index.js b/index.js index bc61ea8..f162441 100644 --- a/index.js +++ b/index.js @@ -130,6 +130,7 @@ async function postCode() { .catch((err) => { console.error("Error:", err); }); + core.info(JSON.stringify(response, null, 2)); core.info("Authorized!"); } }