From 84038e2aeb558489a8497bf5627a3f7f907521f4 Mon Sep 17 00:00:00 2001 From: Siddharth Date: Fri, 19 Mar 2021 19:12:39 +0530 Subject: [PATCH] debugging... --- dist/index.js | 2 +- index.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/index.js b/dist/index.js index e975bcc..b58d15f 100644 --- a/dist/index.js +++ b/dist/index.js @@ -1756,7 +1756,7 @@ const buildReadme = (prevReadmeContent, data) => { const { document } = new JSDOM(prevReadmeContent).window; document.querySelectorAll("td-karma-level").forEach(element => element.innerText = parsedData.karmaLevel); - core.info(document.body.innerHTML); + core.info(parsedData); return document.body.innerHTML; }; diff --git a/index.js b/index.js index fefe39c..5bd8383 100644 --- a/index.js +++ b/index.js @@ -72,7 +72,7 @@ const buildReadme = (prevReadmeContent, data) => { const { document } = new JSDOM(prevReadmeContent).window; document.querySelectorAll("td-karma-level").forEach(element => element.innerText = parsedData.karmaLevel); - core.info(document.body.innerHTML); + core.info(parsedData); return document.body.innerHTML; };