Skip to content

Commit 41cb704

Browse files
committed
Add service-managed-ebs-volume and run-task-managed-ebs-volume inputs to the action.yml file
1 parent 47333c8 commit 41cb704

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

action.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,15 @@ 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+
service-managed-ebs-volume-name:
44+
description: "The name of the volume to manage in the ECS service."
45+
required: false
46+
service-managed-ebs-volume:
47+
description: "A JSON object that defines the configuration for the Amazon EBS volume that Amazon ECS creates and
48+
manages on your behalf. These settings are used to create each Amazon EBS volume, with one volume created for
49+
each task in the service. The Amazon EBS volumes are visible in your account in the Amazon EC2 console once they
50+
are created."
51+
required: false
4352
run-task:
4453
description: 'A boolean indicating whether to run a stand-alone task in a ECS cluster. Task will run before the service is updated if both are provided. Default value is false .'
4554
required: false
@@ -67,6 +76,15 @@ inputs:
6776
run-task-tags:
6877
description: 'A JSON array of tags.'
6978
required: false
79+
run-task-managed-ebs-volume-name:
80+
description: "The name of the volume to manage in the ECS service."
81+
required: false
82+
run-task-managed-ebs-volume:
83+
description: "A JSON object that defines the configuration for the Amazon EBS volume that Amazon ECS creates and
84+
manages on your behalf. These settings are used to create each Amazon EBS volume, with one volume created for
85+
each task in the service. The Amazon EBS volumes are visible in your account in the Amazon EC2 console once they
86+
are created."
87+
required: false
7088
wait-for-task-stopped:
7189
description: 'Whether to wait for the task to stop when running it outside of a service. Will default to not wait.'
7290
required: false

0 commit comments

Comments
 (0)