You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: action.yml
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,9 @@ inputs:
30
30
green_env:
31
31
description: "Name of the green environment."
32
32
required: true
33
+
minimum_health_color:
34
+
description: "Minimum health color (Green, Yellow, Red, or Grey) required for the target environment to be considered healthy."
35
+
default: "Green"
33
36
option_settings:
34
37
description: "Path to a JSON file consisting of an array of option settings to use when updating an existing evironment or creating a new environment."
0 commit comments