workflow "Main" { on = "push" resolves = ["vuefun Build"] } action "vuefun Build" { uses = "./vuefun/.actions/build" args = "wat" }