We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d1b559 commit 2f07c8dCopy full SHA for 2f07c8d
index.js
@@ -5,4 +5,5 @@ const output = `Hello, ${greeting}!`;
5
6
core.info(output);
7
8
+core.debug(`Using Node ${process.version}`);
9
core.setOutput("greeting", output);
0 commit comments