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
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ branding:
5
5
color: 'orange'
6
6
inputs:
7
7
task-definition:
8
-
description: 'The path to the ECS task definition file to register'
8
+
description: 'The path to the ECS task definition file to register.'
9
9
required: true
10
10
desired-count:
11
11
description: 'The number of instantiations of the task to place and keep running in your service.'
@@ -14,7 +14,7 @@ inputs:
14
14
description: 'The name of the ECS service to deploy to. If no service is given, the action will not deploy the task, but only register the task definition.'
15
15
required: false
16
16
cluster:
17
-
description: "The name of the ECS service's cluster. Will default to the 'default' cluster"
17
+
description: "The name of the ECS service's cluster. Will default to the 'default' cluster."
18
18
required: false
19
19
wait-for-service-stability:
20
20
description: 'Whether to wait for the ECS service to reach stable state after deploying the new task definition. Valid value is "true". Will default to not waiting.'
@@ -62,7 +62,7 @@ inputs:
62
62
description: "A name to use for the startedBy tag when running a task outside of a service. Will default to 'GitHub-Actions'."
63
63
required: false
64
64
run-task-tags:
65
-
description: 'A JSON array of tags'
65
+
description: 'A JSON array of tags.'
66
66
required: false
67
67
wait-for-task-stopped:
68
68
description: 'Whether to wait for the task to stop when running it outside of a service. Will default to not wait.'
@@ -71,13 +71,13 @@ inputs:
71
71
description: "Determines whether to turn on Amazon ECS managed tags 'aws:ecs:serviceName' and 'aws:ecs:clusterName' for the tasks in the service."
72
72
required: false
73
73
propagate-tags:
74
-
description: "Determines to propagate the tags from the 'SERVICE' to the task. Will default to 'NONE'"
74
+
description: "Determines to propagate the tags from the 'SERVICE' to the task. Will default to 'NONE'."
75
75
required: false
76
76
outputs:
77
77
task-definition-arn:
78
-
description: 'The ARN of the registered ECS task definition'
78
+
description: 'The ARN of the registered ECS task definition.'
79
79
codedeploy-deployment-id:
80
-
description: 'The deployment ID of the CodeDeploy deployment (if the ECS service uses the CODE_DEPLOY deployment controller'
80
+
description: 'The deployment ID of the CodeDeploy deployment (if the ECS service uses the CODE_DEPLOY deployment controller).'
0 commit comments