Skip to content

Commit 7dc1449

Browse files
committed
chore: add table of contents to README
1 parent c227aac commit 7dc1449

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
Registers an Amazon ECS task definition and deploys it to an ECS service.
44

5+
**Table of Contents**
6+
7+
<!-- toc -->
8+
9+
- [Usage](#usage)
10+
- [Credentials and Region](#credentials-and-region)
11+
- [Permissions](#permissions)
12+
- [AWS CodeDeploy Support](#aws-codedeploy-support)
13+
- [Troubleshooting](#troubleshooting)
14+
- [License Summary](#license-summary)
15+
- [Security Disclosures](#security-disclosures)
16+
17+
<!-- tocstop -->
18+
519
## Usage
620

721
```yaml
@@ -138,6 +152,14 @@ The minimal permissions require access to CodeDeploy:
138152
}
139153
```
140154

155+
## Troubleshooting
156+
157+
This action emits debug logs to help troubleshoot deployment failures. To see the debug logs, create a secret named `ACTIONS_STEP_DEBUG` with value `true` in your repository.
158+
141159
## License Summary
142160

143161
This code is made available under the MIT license.
162+
163+
## Security Disclosures
164+
165+
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]).

0 commit comments

Comments
 (0)