We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f62dee commit d85939cCopy full SHA for d85939c
action.yaml
@@ -1,4 +1,4 @@
1
-name: 'Deploy an AWS ECS Cluster.'
+name: 'Deploy an AWS ECS Cluster'
2
description: 'Deploys an Amazon ECS Cluster with service, task and ALB definitions, even DNS with cert (If in Route53).'
3
branding:
4
icon: upload-cloud
@@ -308,4 +308,4 @@ runs:
308
aws_r53_cert_arn: ${{inputs.aws_r53_cert_arn }}
309
aws_r53_create_root_cert: ${{inputs.aws_r53_create_root_cert }}
310
aws_r53_create_sub_cert: ${{inputs.aws_r53_create_sub_cert }}
311
- aws_r53_additional_tags: ${{inputs.aws_r53_additional_tags }}
+ aws_r53_additional_tags: ${{inputs.aws_r53_additional_tags }}
0 commit comments