with docker action

This commit is contained in:
2022-09-18 00:21:23 +02:00
parent 9696270d22
commit 8c6eea468e
7 changed files with 107 additions and 2 deletions

View File

@@ -22,8 +22,8 @@ func CreateKrakenProcessCmd() *cobra.Command {
Path string `json:"path"`
}{
Repository: "git@git.front.kjuulh.io:kjuulh/kraken.git",
Branch: "feature/gitea-integration",
Path: "_examples/actions/write_a_readme/",
Branch: "feature/docker-action",
Path: "_examples/actions/docker_action/",
})
if err != nil {
panic(err)