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
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -40,6 +40,7 @@ inputs:
40
40
force-new-deployment:
41
41
description: 'Whether to force a new deployment of the service. Valid value is "true". Will default to not force a new deployment.'
42
42
required: false
43
+
#one off task inputs
43
44
run-task:
44
45
description: 'Whether to run the task outside of an ECS service. Task will run before the service is updated if both are provided. Will default to not run.'
45
46
required: false
@@ -61,7 +62,7 @@ inputs:
61
62
wait-for-task-stopped:
62
63
description: 'Whether to wait for the task to stop when running it outside of a service. Will default to not wait.'
63
64
required: false
64
-
65
+
#back to original inputs
65
66
outputs:
66
67
task-definition-arn:
67
68
description: 'The ARN of the registered ECS task definition'
0 commit comments