mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 10:21:52 +00:00
chore: Add in the fix for the test integration to the actual sdk
This commit is contained in:
@@ -172,7 +172,7 @@ export type ActionMetadata = {
|
||||
warning: string | null
|
||||
input: InputSpec
|
||||
disabled: boolean
|
||||
allowedStatuses: "only-running" | "only-stopped" | "any"
|
||||
allowedStatuses: "onlyRunning" | "onlyStopped" | "any"
|
||||
/**
|
||||
* So the ordering of the actions is by alphabetical order of the group, then followed by the alphabetical of the actions
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user