feature/query-results (#12)

Co-authored-by: kjuulh <contact@kjuulh.io>
Reviewed-on: https://git.front.kjuulh.io/kjuulh/kraken/pulls/12
This commit is contained in:
2022-09-18 16:11:22 +02:00
parent fa8985a0e7
commit 3ef688a00d
7 changed files with 172 additions and 9 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/docker-action",
Path: "_examples/actions/docker_action/",
Branch: "feature/query-results",
Path: "_examples/queries/scrape_readme/",
})
if err != nil {
panic(err)