Skip to content

Commit 69f4277

Browse files
authored
Fix another markdown glitch
1 parent 06ad424 commit 69f4277

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ The only addition made will be that the `revision` parameter for `CreateDeployme
111111

112112
0. The basic CodeDeploy setup, including the creation of Service Roles, IAM credentials with sufficient permissions and installation of the CodeDeploy Agent on your target hosts is outside the scope of this action. Follow [the documentation](https://docs.aws.amazon.com/codedeploy/latest/userguide/getting-started-codedeploy.html).
113113
1. [Create a CodeDeploy Application](https://docs.aws.amazon.com/codedeploy/latest/userguide/applications-create.html) that corresponds to your repository. By default, this action will assume your application is named by the "short" repository name (so, `myapp` for a `myorg/myapp` GitHub repository), but you can also pass the application name as an input to the action.
114-
2. Connect your CodeDeploy Application with your repository following [these instructions(https://docs.aws.amazon.com/codedeploy/latest/userguide/deployments-create-cli-github.html).
114+
2. Connect your CodeDeploy Application with your repository following [these instructions](https://docs.aws.amazon.com/codedeploy/latest/userguide/deployments-create-cli-github.html).
115115
3. Configure the [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) action in your workflow and provide the necessary IAM credentials as secrets. See the section below for the necessary IAM permissions.
116116
4. Add the `branch_config` section to your `appspec.yml` file to map branches to Deployment Groups and their configuration. In the above example, the `master` and `.*` sub-sections show the minimal configuration required.
117117
5. Add `uses: webfactory/[email protected]` as a step to your workflow file. If you want to use the action's outputs, you will also need to provide an `id` for the step.

0 commit comments

Comments
 (0)