Skip to content

Commit 2c63b0d

Browse files
committed
added inputs to action.yml for capacity provider
1 parent d0dda83 commit 2c63b0d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

action.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,10 @@ 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-
description: 'Users can use their capacity provider startegy in order to deploy to ECS, Valid values are 'FARGATE', 'EC2' 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'
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'
6969
required: false
70+
base: integer
71+
weight: integer
7072
outputs:
7173
task-definition-arn:
7274
description: 'The ARN of the registered ECS task definition'

0 commit comments

Comments
 (0)