Skip to content

Commit b0ec178

Browse files
committed
[TEST]
1 parent 2ad71d7 commit b0ec178

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export async function run() {
2424
console.log(`Hello ${nameToGreet}!`);
2525

2626
const time = (new Date()).toTimeString();
27-
core.setOutput("time", time);
27+
core.setOutput("time", "30");
2828

2929
const payload = JSON.stringify(github.context.payload, undefined, 2)
3030
console.log(`The event payload: ${payload}`);

0 commit comments

Comments
 (0)