Skip to content

Commit

Permalink
rebuilded
Browse files Browse the repository at this point in the history
  • Loading branch information
SiddharthShyniben committed Mar 19, 2021
1 parent 84038e2 commit 71057ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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(parsedData);
core.info("Data" + JSON.stringify(parsedData));
return document.body.innerHTML;
};

Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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(parsedData);
core.info("Data" + JSON.stringify(parsedData));
return document.body.innerHTML;
};

Expand Down

0 comments on commit 71057ae

Please sign in to comment.