You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: action.yml
+18Lines changed: 18 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -40,6 +40,15 @@ inputs:
40
40
force-new-deployment:
41
41
description: 'Whether to force a new deployment of the service. Valid value is "true". Will default to not force a new deployment.'
42
42
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
43
52
run-task:
44
53
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 .'
45
54
required: false
@@ -67,6 +76,15 @@ inputs:
67
76
run-task-tags:
68
77
description: 'A JSON array of tags.'
69
78
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
70
88
wait-for-task-stopped:
71
89
description: 'Whether to wait for the task to stop when running it outside of a service. Will default to not wait.'
0 commit comments