#8 delete cobra, add micro-config-flag #11

Merged
vtolstov merged 53 commits from kgorbunov/pkgdash:master into master 2024-04-02 22:54:17 +03:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit c1dc170dc3 - Show all commits

View File

@ -260,7 +260,7 @@ func (g *Gitea) RequestOpen(ctx context.Context, branch string, path string, mod
} // пытаемся за пушить изменения
body := map[string]string{
"base": "refs/heads/develop",
"base": "develop",
"body": wBody.String(),
"head": fmt.Sprintf("pkgdash/go_modules/%s-%s", path, mod.Version),
"title": wTitle.String(),