Skip to content

Commit a0ade7f

Browse files
Update action.yml
1 parent 151dd78 commit a0ade7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ 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 it's type'
18+
description: 'List of Docker Image name and Heroku app names with type'
1919
required: true
2020
branding:
2121
icon: package
2222
color: blue
2323
runs:
2424
using: 'node12'
25-
main: 'dist/index.js'
25+
main: 'dist/index.js'

0 commit comments

Comments
 (0)