Skip to content

Commit d85939c

Browse files
authored
Update action.yaml
1 parent 1f62dee commit d85939c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 'Deploy an AWS ECS Cluster.'
1+
name: 'Deploy an AWS ECS Cluster'
22
description: 'Deploys an Amazon ECS Cluster with service, task and ALB definitions, even DNS with cert (If in Route53).'
33
branding:
44
icon: upload-cloud
@@ -308,4 +308,4 @@ runs:
308308
aws_r53_cert_arn: ${{inputs.aws_r53_cert_arn }}
309309
aws_r53_create_root_cert: ${{inputs.aws_r53_create_root_cert }}
310310
aws_r53_create_sub_cert: ${{inputs.aws_r53_create_sub_cert }}
311-
aws_r53_additional_tags: ${{inputs.aws_r53_additional_tags }}
311+
aws_r53_additional_tags: ${{inputs.aws_r53_additional_tags }}

0 commit comments

Comments
 (0)