Skip to content

Commit 95146ff

Browse files
committed
added solid inputs in the capacity provider
for action.yml
1 parent 2c63b0d commit 95146ff

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

action.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,11 @@ 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
6871
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'
6972
required: false
70-
base: integer
71-
weight: integer
7273
outputs:
7374
task-definition-arn:
7475
description: 'The ARN of the registered ECS task definition'

0 commit comments

Comments
 (0)