Skip to content

Commit

Permalink
Merge pull request #20 from Joel-hanson/Joel-hanson-patch-1
Browse files Browse the repository at this point in the history
Update version in the readme md
  • Loading branch information
Joel-hanson authored Jun 12, 2020
2 parents 3e3d12c + 39f3cf7 commit ee95de6
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 @@ -33,7 +33,7 @@ It is **important** to have the Elastic beanstalk `config.yml` of your project w

```yml
- name: Django aws eb deployment
uses: joel-hanson/django-aws-eb-deploy@V1
uses: joel-hanson/django-aws-eb-deploy@V1.1
with:
python_version: ${{ matrix.python_version }}
flake8: true
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Django aws eb deployment
uses: joel-hanson/django-aws-eb-deploy@V1
uses: joel-hanson/django-aws-eb-deploy@V1.1
with:
python_version: ${{ matrix.python_version }}
flake8: true
Expand Down Expand Up @@ -265,7 +265,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Django aws eb deployment
uses: joel-hanson/django-aws-eb-deploy@V1
uses: joel-hanson/django-aws-eb-deploy@V1.1
with:
python_version: ${{ matrix.python_version }}
flake8: true
Expand Down

0 comments on commit ee95de6

Please sign in to comment.