Skip to content

Commit 41aa437

Browse files
authored
Merge pull request #2841 from github/angelapwen/log-init-post-telemetry
Add logs around status report telemetry in `init-post` step
2 parents e13fe0d + 92864f4 commit 41aa437

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)