Skip to content

Commit

Permalink
Merge pull request #2 from Kitsumon/a
Browse files Browse the repository at this point in the history
Update index.js
  • Loading branch information
JayArrowz committed Apr 17, 2023
2 parents b4efe50 + de7bff2 commit 2d04d53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ async function run_action()
}

if (outFile) {
core.debug(`Writing to file: ${outFile}`);
core.debug(`outFileStr: ${outFileStr}`);
core.info(`Writing to file: ${outFile}`);
core.info(`outFileStr: ${outFileStr}`);
fs.writeFileSync(outFile, outFileStr);
}
}
Expand Down

0 comments on commit 2d04d53

Please sign in to comment.