Skip to content

Commit

Permalink
fix: log node version (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Jun 1, 2023
1 parent 6d1b559 commit 2f07c8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ const output = `Hello, ${greeting}!`;

core.info(output);

core.debug(`Using Node ${process.version}`);
core.setOutput("greeting", output);

0 comments on commit 2f07c8d

Please sign in to comment.