Skip to content

Commit d090db9

Browse files
committed
fixing spacing on capacity provider of action.yml file
1 parent 9af5ecd commit d090db9

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

action.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +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-
- base: 1
68-
capacityProvider: FARGATE
69-
weight: 1
67+
-
68+
base: 1
69+
capacityProvider: FARGATE
70+
weight: 1
7071

7172
outputs:
7273
task-definition-arn:

0 commit comments

Comments
 (0)