Skip to content

Commit

Permalink
removed log
Browse files Browse the repository at this point in the history
  • Loading branch information
noamd-legit committed Nov 26, 2023
1 parent b26b78e commit 2cddda8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ async function executeLegitify(token, args, uploadCodeScanning) {
console.log("execute legitify convert markdown:", convertMarkdownArgs)
await exec.exec('"./legitify"', convertMarkdownArgs, options)
if (isPrivate) {
console.log(logoMarkdown)
fs.writeFileSync(process.env.GITHUB_STEP_SUMMARY, logoMarkdown + '\n\n' + myOutput)
} else {
fs.unlinkSync(jsonFile);
Expand Down

0 comments on commit 2cddda8

Please sign in to comment.