#8 change base.
This commit is contained in:
parent
012a2d6dba
commit
c1dc170dc3
@ -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(),
|
||||
|
Loading…
Reference in New Issue
Block a user