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:
parent
b556f5269e
commit
0a52c37092
1 changed files with 2 additions and 1 deletions
3
.github/main.workflow
vendored
3
.github/main.workflow
vendored
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue