Report success
This commit is contained in:
parent
829bba8836
commit
64fa96a8b3
3 changed files with 6 additions and 1 deletions
1
lib/resolve-environment-action.js
generated
1
lib/resolve-environment-action.js
generated
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue