Skip to content

Commit 3491fdb

Browse files
authored
Merge pull request #562 from aws-actions/amazreech-patch-1
chore: update action.yml to fix a spacing error.
2 parents 4b15394 + 1c012ea commit 3491fdb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,3 +233,4 @@ This code is made available under the MIT license.
233233
## Security Disclosures
234234

235235
If you would like to report a potential security issue in this project, please do not create a GitHub issue. Instead, please follow the instructions [here](https://aws.amazon.com/security/vulnerability-reporting/) or [email AWS security directly](mailto:[email protected]).
236+

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ inputs:
3434
codedeploy-deployment-description:
3535
description: "A description of the deployment, if the ECS service uses the CODE_DEPLOY deployment controller."
3636
required: false
37-
codedeploy-deployment-config:
37+
codedeploy-deployment-config:
3838
description: "The name of the AWS CodeDeploy deployment configuration, if the ECS service uses the CODE_DEPLOY deployment controller. If not specified, the value configured in the deployment group or `CodeDeployDefault.OneAtATime` is used as the default."
3939
required: false
4040
force-new-deployment:

0 commit comments

Comments
 (0)