From 8cb445f9817388e8952c2aefa6d02b3ac944e5cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Mon, 25 Mar 2019 22:15:49 +0100 Subject: [PATCH] Update main.workflow --- .github/main.workflow | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/main.workflow b/.github/main.workflow index 54df40cf..993f593d 100644 --- a/.github/main.workflow +++ b/.github/main.workflow @@ -1,6 +1,6 @@ workflow "Build, Test, and Publish" { on = "push" - resolves = ["new-action"] + resolves = ["nuxt/actions-yarn@master"] } action "Build" { @@ -16,10 +16,5 @@ action "Compile Assets" { action "nuxt/actions-yarn@master" { uses = "nuxt/actions-yarn@master" needs = ["Build"] - args = "run" -} - -action "new-action" { - uses = "owner/repo/path@ref" - needs = ["nuxt/actions-yarn@master"] + args = "run build" }