Add resolve-environment to ActionName
This commit is contained in:
parent
360d2b76b5
commit
cc95e67380
2 changed files with 3 additions and 2 deletions
File diff suppressed because one or more lines are too long
|
|
@ -306,7 +306,8 @@ type ActionName =
|
|||
| "autobuild"
|
||||
| "finish"
|
||||
| "upload-sarif"
|
||||
| "init-post";
|
||||
| "init-post"
|
||||
| "resolve-environment";
|
||||
export type ActionStatus =
|
||||
| "starting"
|
||||
| "aborted"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue