Skip to content

Commit

Permalink
chore: add missing language to markdown code blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
clareliguori committed Apr 15, 2020
1 parent 337a919 commit 70c35f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ We recommend following [Amazon IAM best practices](https://docs.aws.amazon.com/I

This action requires the following minimum set of permissions:

```
```json
{
"Version":"2012-10-17",
"Statement":[
Expand All @@ -59,7 +59,7 @@ This action requires the following minimum set of permissions:
Docker commands in your GitHub Actions workflow, like `docker pull` and `docker push`, may require additional permissions attached to the credentials used by this action.
The following minimum permissions are required for pulling an image from an ECR repository:

```
```json
{
"Version":"2012-10-17",
"Statement":[
Expand All @@ -79,7 +79,7 @@ The following minimum permissions are required for pulling an image from an ECR

The following minimum permissions are required for pushing and pulling images in an ECR repository:

```
```json
{
"Version":"2012-10-17",
"Statement":[
Expand Down

0 comments on commit 70c35f3

Please sign in to comment.