with query results

This commit is contained in:
2022-09-18 16:33:10 +02:00
parent f081d813a1
commit e760eb48ff
2 changed files with 28 additions and 5 deletions

View File

@@ -2,4 +2,7 @@
set -e
go run cmd/kraken/kraken.go process
current_branch=$(git branch --show-current)
go run cmd/kraken/kraken.go process --actions-repo "git@git.front.kjuulh.io:kjuulh/kraken.git" --branch "$current_branch" --path "_examples/actions/write_a_readme"
go run cmd/kraken/kraken.go process --actions-repo "git@git.front.kjuulh.io:kjuulh/kraken.git" --branch "$current_branch" --path "_examples/queries/scrape_readme"