Skip to content

Commit 25eed7a

Browse files
committed
[TEST]
1 parent 8ebb5c9 commit 25eed7a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ export async function run() {
2525

2626
const time = (new Date()).toTimeString();
2727
core.setOutput("time", "30");
28+
console.log("test");
2829

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

0 commit comments

Comments
 (0)