We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a01490 commit ccdcab5Copy full SHA for ccdcab5
.gitignore
@@ -41,6 +41,9 @@ build/Release
41
node_modules/
42
jspm_packages/
43
44
+# Package Lock
45
+package-lock.json
46
+
47
# TypeScript v1 declaration files
48
typings/
49
action.yml
@@ -15,7 +15,7 @@ inputs:
15
description: 'docker-compose File Path'
16
required: true
17
heroku_apps:
18
- description: 'List of Docker Image name and Heroku app names with it's type'
+ description: 'List of Docker Image name and Heroku app names with type'
19
20
branding:
21
icon: package
0 commit comments