Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e7f90b7

Browse files
authoredFeb 20, 2024
Make description for "service" parameter less ambiguous.
1 parent e5f78d3 commit e7f90b7

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)
Please sign in to comment.