Skip to content

Commit 31b03ed

Browse files
committed
Refer to 'AWS CodeDeploy' the first time the service is mentioned
1 parent cb7ab00 commit 31b03ed

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ This action requires the following minimum set of permissions:
7272

7373
Note: the policy above assumes the account has opted in to the ECS long ARN format.
7474

75-
## CodeDeploy Support
75+
## AWS CodeDeploy Support
7676

7777
For ECS services that uses the `CODE_DEPLOY` deployment controller, additional configuration is needed for this action:
7878

action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ inputs:
1717
description: 'Whether to wait for the ECS service to reach stable state after deploying the new task definition. Valid value is "true". Will default to not waiting.'
1818
required: false
1919
codedeploy-appspec:
20-
description: "The path to the CodeDeploy AppSpec file, if the ECS service uses the CODE_DEPLOY deployment controller. Will default to 'appspec.yaml'."
20+
description: "The path to the AWS CodeDeploy AppSpec file, if the ECS service uses the CODE_DEPLOY deployment controller. Will default to 'appspec.yaml'."
2121
required: false
2222
codedeploy-application:
23-
description: "The name of the CodeDeploy application, if the ECS service uses the CODE_DEPLOY deployment controller. Will default to 'AppECS-{cluster}-{service}'."
23+
description: "The name of the AWS CodeDeploy application, if the ECS service uses the CODE_DEPLOY deployment controller. Will default to 'AppECS-{cluster}-{service}'."
2424
required: false
2525
codedeploy-deployment-group:
26-
description: "The name of the CodeDeploy deployment group, if the ECS service uses the CODE_DEPLOY deployment controller. Will default to 'DgpECS-{cluster}-{service}'."
26+
description: "The name of the AWS CodeDeploy deployment group, if the ECS service uses the CODE_DEPLOY deployment controller. Will default to 'DgpECS-{cluster}-{service}'."
2727
required: false
2828
outputs:
2929
task-definition-arn:

0 commit comments

Comments
 (0)