We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ad71d7 commit b0ec178Copy full SHA for b0ec178
src/main.ts
@@ -24,7 +24,7 @@ export async function run() {
24
console.log(`Hello ${nameToGreet}!`);
25
26
const time = (new Date()).toTimeString();
27
- core.setOutput("time", time);
+ core.setOutput("time", "30");
28
29
const payload = JSON.stringify(github.context.payload, undefined, 2)
30
console.log(`The event payload: ${payload}`);
0 commit comments