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 21:55:05 +01:00
parent 15cf79ac68
commit b556f5269e
No known key found for this signature in database
GPG key ID: 62772C6698F736CB

View file

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