Skip to content

Commit

Permalink
Send init status report on failure as well
Browse files Browse the repository at this point in the history
  • Loading branch information
angelapwen committed Jan 21, 2023
1 parent f24d78c commit a217825
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 35 deletions.
23 changes: 13 additions & 10 deletions lib/init-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/init-action.js.map

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

2 changes: 1 addition & 1 deletion src/actions-util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ type ActionName =
| "finish"
| "upload-sarif"
| "init-post";
type ActionStatus =
export type ActionStatus =
| "starting"
| "aborted"
| "success"
Expand Down
Loading

0 comments on commit a217825

Please sign in to comment.