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
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ inputs:
11
11
description: 'The number of instantiations of the task to place and keep running in your service.'
12
12
required: false
13
13
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.'
15
15
required: false
16
16
cluster:
17
17
description: "The name of the ECS service's cluster. Will default to the 'default' cluster"
0 commit comments