Skip to content

Commit 64fa96a

Browse files
committed
Report success
1 parent 829bba8 commit 64fa96a

3 files changed

Lines changed: 6 additions & 1 deletion

File tree

lib/resolve-environment-action.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/resolve-environment-action.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/resolve-environment-action.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,10 @@ async function run() {
7070
);
7171
return;
7272
}
73+
74+
await sendStatusReport(
75+
await createStatusReportBase(ACTION_NAME, "success", startedAt)
76+
);
7377
}
7478

7579
async function runWrapper() {

0 commit comments

Comments
 (0)