We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acb9a74 commit 7c4edb9Copy full SHA for 7c4edb9
1 file changed
src/main.ts
@@ -22,6 +22,7 @@ async function run(): Promise<void> {
22
});
23
24
core.info(`Generation triggered: ${response.checks_started} check(s) started`);
25
+ core.info(`Logs: ${response.logs_url}`);
26
setOutputs(response);
27
} catch (error) {
28
if (error instanceof Error) {
0 commit comments