#8 change base.

This commit is contained in:
Gorbunov Kirill Andreevich 2024-03-16 00:41:56 +03:00
parent 012a2d6dba
commit c1dc170dc3
1 changed files with 1 additions and 1 deletions

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(),