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
@@ -53,7 +53,7 @@ inputs:
53
53
description: 'A comma-separated list of subnet IDs to assign to a task when run outside of a service. Will default to none.'
54
54
required: false
55
55
run-task-assign-public-IP:
56
-
description: "Whether the task's elastic network interface receives a public IP address. The default value is DISABLED."
56
+
description: "Whether the task's elastic network interface receives a public IP address. The default value is DISABLED but will only be applied if run-task-subnets or run-task-security-groups are also set."
57
57
required: false
58
58
run-task-launch-type:
59
59
description: "ECS launch type for tasks run outside of a service. Valid values are 'FARGATE' or 'EC2'. Will default to 'FARGATE'."
0 commit comments