1
0
Fork 0
mirror of https://github.com/veggiemonk/awesome-docker.git synced 2025-04-20 16:08:03 +02:00

Github Action: fix runs command

This commit is contained in:
Julien Bisconti 2019-01-25 22:21:37 +01:00
parent b556f5269e
commit 0a52c37092
No known key found for this signature in database
GPG key ID: 62772C6698F736CB

View file

@ -25,7 +25,8 @@ action "npm run build" {
action "Build metadata" {
needs = ["npm run build"]
uses = "actions/npm@master"
runs = "sh -c 'node buildMetadata.js'"
runs = "sh -l -c"
args = ["node buildMetadata.js"]
secrets = ["GITHUB_TOKEN"]
env = {
GIT_EMAIL = "alex.blaine@layder.io"