Skip to content

Commit

Permalink
Report success
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael B. Gale committed Jun 13, 2023
1 parent 829bba8 commit 64fa96a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/resolve-environment-action.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/resolve-environment-action.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions src/resolve-environment-action.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@ async function run() {
);
return;
}

await sendStatusReport(
await createStatusReportBase(ACTION_NAME, "success", startedAt)
);
}

async function runWrapper() {
Expand Down

0 comments on commit 64fa96a

Please sign in to comment.