From b556f5269ecb3d29e8cfee42e5fc8f9c984d99b5 Mon Sep 17 00:00:00 2001 From: Julien Bisconti Date: Fri, 25 Jan 2019 21:55:05 +0100 Subject: [PATCH] Github Action: fix runs command --- .github/main.workflow | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/main.workflow b/.github/main.workflow index 67072a3..d7cbd26 100644 --- a/.github/main.workflow +++ b/.github/main.workflow @@ -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"