Skip to content

Commit 1d62636

Browse files
authored
Merge pull request #539 from lmller/patch-1
docs: make description for "service" parameter less ambiguous.
2 parents 3d96a3b + 2dcec82 commit 1d62636

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ inputs:
1111
description: 'The number of instantiations of the task to place and keep running in your service.'
1212
required: false
1313
service:
14-
description: 'The name of the ECS service to deploy to. The action will only register the task definition if no service is given.'
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.'
1515
required: false
1616
cluster:
1717
description: "The name of the ECS service's cluster. Will default to the 'default' cluster"

0 commit comments

Comments
 (0)