Skip to content

Commit a4590bf

Browse files
updated readme
1 parent e7a54a0 commit a4590bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# docker-compose-multiple-apps-heroku-deploy - GitHub Action
55

6-
A simple action to build multiple docker images using docker-compose, push and deploy your apps to Heroku Applications
6+
A simple action to build multiple docker images using docker-compose, push and deploy your applications to Heroku Apps
77

88

99
## How to use it
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/checkout@v2
2020
- name: Build, Push and Deploy to Heroku #set the whatever name you want to this step
2121
id: heroku
22-
uses: snithyanantham/docker-compose-multiple-apps-heroku-deploy@v1 # use the latest version of the action
22+
uses: snithyanantham/docker-compose-multiple-apps-heroku-deploy@v1.0 # use the latest version of the action
2323
with:
2424
email: ${{ secrets.HEROKU_EMAIL }} # your heroku email
2525
api_key: ${{ secrets.HEROKU_API_KEY }} # your heroku api key

0 commit comments

Comments
 (0)