Commit from GitHub Actions (Publish APIs & Clients)

This commit is contained in:
crufter
2021-10-12 09:40:18 +00:00
parent 7841367210
commit 1caf019cda
4 changed files with 5 additions and 2 deletions

View File

@@ -14,6 +14,7 @@ func DeployAfunction() {
Name: "my-first-func",
Project: "tests",
Repo: "github.com/m3o/nodejs-function-example",
Runtime: "nodejs14",
})
fmt.Println(rsp, err)
}