Use correct action address

This commit is contained in:
2019-03-09 19:58:35 -05:00
parent e7c8db3777
commit 739716d232

View File

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