Skip to content

Commit ccdcab5

Browse files
update action and added git ignore
1 parent 8a01490 commit ccdcab5

File tree

4 files changed

+6
-440
lines changed

4 files changed

+6
-440
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ build/Release
4141
node_modules/
4242
jspm_packages/
4343

44+
# Package Lock
45+
package-lock.json
46+
4447
# TypeScript v1 declaration files
4548
typings/
4649

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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 it's type'
18+
description: 'List of Docker Image name and Heroku app names with type'
1919
required: true
2020
branding:
2121
icon: package

0 commit comments

Comments
 (0)