Skip to content

Commit e7a54a0

Browse files
updated app name in action and readme file
1 parent 901230f commit e7a54a0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.0.0 # use the latest version of the action
22+
uses: snithyanantham/docker-compose-multiple-apps-heroku-deploy@v1 # 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

action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
name: 'Deploy Multiple Docker Images to Heroku Applications'
1+
name: 'Deploy Multiple Docker Images to Heroku Apps'
22
author: 'Nithyanantham Subramaniam'
3-
description: 'A simple action to build multiple docker images using docker-compose, push and deploy your apps to Heroku Applications.'
3+
description: 'A simple action to build multiple docker images using docker-compose, push and deploy your applications to Heroku Apps.'
44
inputs:
55
email:
66
description: 'Email linked to your Heroku account'
@@ -15,7 +15,7 @@ inputs:
1515
description: 'docker-compose File Path'
1616
required: true
1717
heroku_apps:
18-
description: 'List of Docker Image name and Heroku app names with type'
18+
description: 'List of Docker Images generated from docker-compose and Heroku app names with type'
1919
required: true
2020
branding:
2121
icon: package

0 commit comments

Comments
 (0)