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
+4
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,10 @@ inputs:
19
19
required: false
20
20
default: "256"
21
21
description: Amount of vCPU to be used by the remote ECS Task (Must be a FARGATE Compatible combination. See https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-cpu-memory-error.html)
22
+
ecs_cluster_name:
23
+
required: false
24
+
default: "github-actions-aws-run"
25
+
description: The name of the ECS Cluster where the Tasks will run. It will be automatically created if it doesn't exist
22
26
image:
23
27
required: true
24
28
description: Name of the docker container to be used for the step execution
0 commit comments