Skip to content

Commit 5023beb

Browse files
authored
docs: added a missing parenthesis in the action output description (#632)
* Added a missing parenthesis in the action output description * Update action.yml to contain periods after each description.
1 parent 4482193 commit 5023beb

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

action.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ branding:
55
color: 'orange'
66
inputs:
77
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.'
99
required: true
1010
desired-count:
1111
description: 'The number of instantiations of the task to place and keep running in your service.'
@@ -14,7 +14,7 @@ inputs:
1414
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.'
1515
required: false
1616
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."
1818
required: false
1919
wait-for-service-stability:
2020
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:
6262
description: "A name to use for the startedBy tag when running a task outside of a service. Will default to 'GitHub-Actions'."
6363
required: false
6464
run-task-tags:
65-
description: 'A JSON array of tags'
65+
description: 'A JSON array of tags.'
6666
required: false
6767
wait-for-task-stopped:
6868
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:
7171
description: "Determines whether to turn on Amazon ECS managed tags 'aws:ecs:serviceName' and 'aws:ecs:clusterName' for the tasks in the service."
7272
required: false
7373
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'."
7575
required: false
7676
outputs:
7777
task-definition-arn:
78-
description: 'The ARN of the registered ECS task definition'
78+
description: 'The ARN of the registered ECS task definition.'
7979
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).'
8181
runs:
8282
using: 'node20'
8383
main: 'dist/index.js'

0 commit comments

Comments
 (0)