Skip to content

Commit ad04d2c

Browse files
committed
changed capacity provider description to double quotes and shortend it
1 parent 9b9fbb8 commit ad04d2c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

action.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,17 +55,14 @@ inputs:
5555
run-task-launch-type:
5656
description: "ECS launch type for tasks run outside of a service. Valid values are 'FARGATE' or 'EC2'. Will default to 'FARGATE'."
5757
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
6158
run-task-started-by:
6259
description: "A name to use for the startedBy tag when running a task outside of a service. Will default to 'GitHub-Actions'."
6360
required: false
6461
wait-for-task-stopped:
6562
description: 'Whether to wait for the task to stop when running it outside of a service. Will default to not wait.'
6663
required: false
6764
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."
6966
required: false
7067
-
7168
base: 1

0 commit comments

Comments
 (0)