Skip to content

Commit d0dda83

Browse files
committed
updated action.yml by removing comments
1 parent 8981030 commit d0dda83

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

action.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ inputs:
4040
force-new-deployment:
4141
description: 'Whether to force a new deployment of the service. Valid value is "true". Will default to not force a new deployment.'
4242
required: false
43-
44-
# New inputs for running a single task outside of a service
4543
run-task:
4644
description: 'Whether to run the task outside of an ECS service. Task will run before the service is updated if both are provided. Will default to not run.'
4745
required: false
@@ -69,8 +67,6 @@ inputs:
6967
capacity-provider-strategy:
7068
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'
7169
required: false
72-
73-
#back to normal inputs
7470
outputs:
7571
task-definition-arn:
7672
description: 'The ARN of the registered ECS task definition'

0 commit comments

Comments
 (0)