Skip to content

Commit

Permalink
Update comment on aborted
Browse files Browse the repository at this point in the history
Co-authored-by: Henry Mercer <henry@henrymercer.name>
  • Loading branch information
angelapwen and henrymercer committed Jan 25, 2024
1 parent c2df72d commit f05e32e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/status-report.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export type ActionName =
| "upload-sarif";

export type ActionStatus =
| "aborted" // Only used in the init Action, if init failed and it wasn't a configuration error.
| "aborted" // Only used in the init Action, if init failed before initializing the tracer due to something other than a configuration error.
| "failure"
| "starting"
| "success"
Expand Down

0 comments on commit f05e32e

Please sign in to comment.