Skip to content

Commit 9b9fbb8

Browse files
committed
fixed order of capacity provider order inputs in action.yml file
1 parent 95146ff commit 9b9fbb8

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

action.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,17 @@ inputs:
6565
description: 'Whether to wait for the task to stop when running it outside of a service. Will default to not wait.'
6666
required: false
6767
capacity-provider-strategy:
68-
- base: 1
69-
capacityProvider: FARGATE
70-
weight: 1
7168
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'
7269
required: false
70+
-
71+
base: 1
72+
capacityProvider: FARGATE
73+
weight: 1
74+
-
75+
base: 1
76+
capacityProvider: FARGATE_SPOT
77+
weight: 1
78+
7379
outputs:
7480
task-definition-arn:
7581
description: 'The ARN of the registered ECS task definition'

0 commit comments

Comments
 (0)