Report success

This commit is contained in:
Michael B. Gale 2023-06-13 16:09:13 +01:00
parent 829bba8836
commit 64fa96a8b3
No known key found for this signature in database
GPG key ID: FF5E2765BD00628F
3 changed files with 6 additions and 1 deletions

View file

@ -58,6 +58,7 @@ async function run() {
await (0, actions_util_1.sendStatusReport)(await (0, actions_util_1.createStatusReportBase)(ACTION_NAME, "aborted", startedAt, error.message, error.stack));
return;
}
await (0, actions_util_1.sendStatusReport)(await (0, actions_util_1.createStatusReportBase)(ACTION_NAME, "success", startedAt));
}
async function runWrapper() {
try {