Skip to content

Commit 7c4edb9

Browse files
committed
Update main.ts
1 parent acb9a74 commit 7c4edb9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ async function run(): Promise<void> {
2222
});
2323

2424
core.info(`Generation triggered: ${response.checks_started} check(s) started`);
25+
core.info(`Logs: ${response.logs_url}`);
2526
setOutputs(response);
2627
} catch (error) {
2728
if (error instanceof Error) {

0 commit comments

Comments
 (0)