Skip to content

Commit fd6bd3e

Browse files
authored
docs: Fix README (#615)
* Fix README * Add a space after Permissions Section in README.md ---------
1 parent 9b80408 commit fd6bd3e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ We recommend following [Amazon IAM best practices](https://docs.aws.amazon.com/I
116116
* [Monitor the activity](https://docs.aws.amazon.com/IAM/latest/UserGuide/best-practices.html#keep-a-log) of the credentials used in GitHub Actions workflows.
117117

118118
## Permissions
119+
119120
Running a service requires the following minimum set of permissions:
120121
```json
121122
{
@@ -268,7 +269,7 @@ In the following example, the service would not be updated until the ad-hoc task
268269
wait-for-task-stopped: true
269270
```
270271

271-
Overrides and VPC networking options are available as well. See [actions.yml](actions.yml) for more details.
272+
Overrides and VPC networking options are available as well. See [action.yml](action.yml) for more details.
272273

273274
## Troubleshooting
274275

0 commit comments

Comments
 (0)