Skip to content

Commit 18bcf2a

Browse files
committed
removed spacing from list in capacity provider in action.yml file
1 parent ad04d2c commit 18bcf2a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

action.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,10 @@ inputs:
6464
capacity-provider-strategy:
6565
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."
6666
required: false
67-
-
68-
base: 1
67+
- base: 1
6968
capacityProvider: FARGATE
7069
weight: 1
71-
-
72-
base: 1
70+
- base: 1
7371
capacityProvider: FARGATE_SPOT
7472
weight: 1
7573

0 commit comments

Comments
 (0)