with process repos

This commit is contained in:
2022-09-15 10:42:44 +02:00
parent 0ca78b015e
commit 04d1ffc971
2 changed files with 27 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ func CreateKrakenProcessCmd() *cobra.Command {
Path string `json:"path"`
}{
Repository: "git@git.front.kjuulh.io:kjuulh/kraken.git",
Branch: "feature/add-actions",
Branch: "feature/process_repos",
Path: "_examples/actions/write_a_readme/",
})
if err != nil {