Skip to content

Commit d46c435

Browse files
authored
Update action.yaml
Fix the action yaml syntax A regression from #52
1 parent c828190 commit d46c435

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ inputs:
7070

7171
# Domains
7272
aws_domain_name:
73-
description: 'Define the root domain name for the application. e.g. bitovi.com'. If empty, ELB URL will be provided.'
73+
description: "Define the root domain name for the application. e.g. bitovi.com. If empty, ELB URL will be provided."
7474
required: false
7575
aws_sub_domain:
7676
description: 'Define the sub-domain part of the URL. Defaults to `${org}-${repo}-{branch}`'

0 commit comments

Comments
 (0)