Report success
This commit is contained in:
parent
829bba8836
commit
64fa96a8b3
3 changed files with 6 additions and 1 deletions
|
|
@ -70,6 +70,10 @@ async function run() {
|
|||
);
|
||||
return;
|
||||
}
|
||||
|
||||
await sendStatusReport(
|
||||
await createStatusReportBase(ACTION_NAME, "success", startedAt)
|
||||
);
|
||||
}
|
||||
|
||||
async function runWrapper() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue