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
+1-4Lines changed: 1 addition & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -55,17 +55,14 @@ inputs:
55
55
run-task-launch-type:
56
56
description: "ECS launch type for tasks run outside of a service. Valid values are 'FARGATE' or 'EC2'. Will default to 'FARGATE'."
57
57
required: false
58
-
run-task-capacity-provider-strategy:
59
-
description: "Allows users who use capacity provider to have the launch type ommited"
60
-
required: false
61
58
run-task-started-by:
62
59
description: "A name to use for the startedBy tag when running a task outside of a service. Will default to 'GitHub-Actions'."
63
60
required: false
64
61
wait-for-task-stopped:
65
62
description: 'Whether to wait for the task to stop when running it outside of a service. Will default to not wait.'
66
63
required: false
67
64
capacity-provider-strategy:
68
-
description: 'Users can use their capacity provider startegy in order to deploy to ECS, Valid values are 'FARGATE' or 'FARGATE_SPOT'. Will default to 'FARGATE'. Launch type must be ommited (not used) in order to use this option. MUST PROVIDE A BASE AND WEIGHT'
65
+
description: "Capacity provider startegy to deploy to ECS, valid values are 'FARGATE' or 'FARGATE_SPOT'. Will default to 'FARGATE'. Launch type must be ommited to use."
0 commit comments