mirror of
https://github.com/veggiemonk/awesome-docker.git
synced 2024-12-22 14:15:10 -05:00
Update main.workflow
This commit is contained in:
parent
026ce03faf
commit
38510e7339
2
.github/main.workflow
vendored
2
.github/main.workflow
vendored
@ -16,7 +16,7 @@ action "npm run build" {
|
|||||||
|
|
||||||
action "Shell" {
|
action "Shell" {
|
||||||
uses = "veggiemonk/bin/git@master"
|
uses = "veggiemonk/bin/git@master"
|
||||||
args = "status"
|
args = "TOKEN=$GITHUB_TOKEN node buildMetadata.js && ./push.sh"
|
||||||
needs = ["npm run build"]
|
needs = ["npm run build"]
|
||||||
secrets = ["GITHUB_TOKEN"]
|
secrets = ["GITHUB_TOKEN"]
|
||||||
env = {
|
env = {
|
||||||
|
Loading…
Reference in New Issue
Block a user