Add resolve-environment to ActionName

This commit is contained in:
Michael B. Gale 2023-05-26 11:02:23 +01:00
parent 360d2b76b5
commit cc95e67380
No known key found for this signature in database
GPG key ID: FF5E2765BD00628F
2 changed files with 3 additions and 2 deletions

File diff suppressed because one or more lines are too long

View file

@ -306,7 +306,8 @@ type ActionName =
| "autobuild"
| "finish"
| "upload-sarif"
| "init-post";
| "init-post"
| "resolve-environment";
export type ActionStatus =
| "starting"
| "aborted"