Merge remote-tracking branch 'origin/master'

This commit is contained in:
Jan Böhmer 2019-03-25 22:39:25 +01:00
commit 99cae8b8a9

View file

@ -1,6 +1,6 @@
workflow "Build, Test, and Publish" { workflow "Build, Test, and Publish" {
on = "push" on = "push"
resolves = ["new-action"] resolves = ["nuxt/actions-yarn@master"]
} }
action "Build" { action "Build" {
@ -16,10 +16,5 @@ action "Compile Assets" {
action "nuxt/actions-yarn@master" { action "nuxt/actions-yarn@master" {
uses = "nuxt/actions-yarn@master" uses = "nuxt/actions-yarn@master"
needs = ["Build"] needs = ["Build"]
args = "run" args = "run build"
}
action "new-action" {
uses = "owner/repo/path@ref"
needs = ["nuxt/actions-yarn@master"]
} }