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
@@ -20,24 +65,24 @@ This action makes it possible to run an AWS ECS Fargate task.
20
65
| task-definition | The name or the ARN of the task definition to use for the task. | `true` | |
21
66
| subnet-ids | The list of subnet IDs for the task to use. If multiple they should be passed as multiline argument with one subnet ID per line. | `true` | |
22
67
| security-group-ids | List of security group IDs for the task. If multiple they should be passed as multiline argument with one subnet ID per line. | `true` | |
23
-
| assign-public-ip | Assign public a IP to the task. Options: ['ENABLED', 'DISABLED']|`false`| DISABLED |
24
-
| cluster | Which ECS cluster to start the task in. |`false`|default|
68
+
| assign-public-ip | Assign public a IP to the task. Options: `['ENABLED', 'DISABLED']`| `false` | DISABLED |
69
+
| cluster | Which ECS cluster to start the task in. | `false` | |
25
70
| override-container | Will use `containerOverrides` to run a custom command on the container. If provided, `override-container-command` must also be set. | `false` | |
26
71
| override-container-command | The command to run on the container if `override-container` is passed. | `false` | |
27
-
| tail-logs | If set to true, will try to extract the logConfiguration for the first container in the task definition. If `override-container` is passed, it will extract the logConfiguration from that container. Tailing logs is only possible if the provided container uses the `awslogs` logDriver. |`false`| true |
72
+
| tail-logs | If set to true, will try to extract the logConfiguration for the first container in the task definition. If `override-container` is passed, it will extract the logConfiguration from that container. Tailing logs is only possible if the provided container uses the `awslogs` logDriver. | `false` | true |
28
73
<!-- action-docs-inputs -->
29
74
30
75
<!-- action-docs-outputs -->
31
76
## Outputs
32
77
33
78
| parameter | description |
34
79
| --- | --- |
35
-
| task-arn | The full ARN for the task that was ran. |
36
-
| task-id | The ID for the task that was ran. |
80
+
| task-arn | The full ARN for the task that was ran. Will be added as ENV variable. |
81
+
| task-id | The ID for the task that was ran. Will be added as ENV variable. |
0 commit comments