Build the thing with another action

This commit is contained in:
2019-03-09 19:55:50 -05:00
parent 16760d88e1
commit e7c8db3777
5 changed files with 19 additions and 18 deletions

View File

@@ -4,6 +4,6 @@ workflow "Main" {
}
action "vuefun Build" {
uses = "./vuefun/.actions/build"
args = "wat"
uses = "cedrickring/golang-action/g,1.11@1.1.1"
args = "make -C vuefun"
}