diff --git a/.github/main.workflow b/.github/main.workflow index 66a5cd8..67072a3 100644 --- a/.github/main.workflow +++ b/.github/main.workflow @@ -25,8 +25,7 @@ action "npm run build" { action "Build metadata" { needs = ["npm run build"] uses = "actions/npm@master" - runs = "sh -c \"node $*\"" - args = "buildMetadata.js" + runs = "sh -c \"node buildMetadata.js\"" secrets = ["GITHUB_TOKEN"] env = { GIT_EMAIL = "alex.blaine@layder.io"