Skip to content

Commit

Permalink
Update action.yaml
Browse files Browse the repository at this point in the history
Fix the action yaml syntax

A regression from #52
  • Loading branch information
arm4b authored Mar 30, 2023
1 parent c828190 commit d46c435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ inputs:

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

0 comments on commit d46c435

Please sign in to comment.