Skip to content

Commit 92864f4

Browse files
committed
Add logs around status report telemetry in init-post step
1 parent e13fe0d commit 92864f4

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

lib/init-action-post.js

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/init-action-post.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/init-action-post.ts

+2
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,9 @@ async function runWrapper() {
106106
...uploadFailedSarifResult,
107107
job_status: initActionPostHelper.getFinalJobStatus(),
108108
};
109+
logger.info("Sending status report for init-post step.");
109110
await sendStatusReport(statusReport);
111+
logger.info("Status report sent for init-post step.");
110112
}
111113
}
112114

0 commit comments

Comments
 (0)