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

@ -70,6 +70,10 @@ async function run() {
);
return;
}
await sendStatusReport(
await createStatusReportBase(ACTION_NAME, "success", startedAt)
);
}
async function runWrapper() {