mirror of
https://github.com/veggiemonk/awesome-docker.git
synced 2025-04-20 16:08:03 +02:00
Github Action: fix calling script
This commit is contained in:
parent
72c5ecc592
commit
15cf79ac68
1 changed files with 1 additions and 2 deletions
3
.github/main.workflow
vendored
3
.github/main.workflow
vendored
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue