#8 implement interface Source and methods for gitea without Update #9
@ -260,7 +260,7 @@ func (g *Gitea) RequestOpen(ctx context.Context, branch string, path string, mod
|
|||||||
} // пытаемся за пушить изменения
|
} // пытаемся за пушить изменения
|
||||||
|
|
||||||
body := map[string]string{
|
body := map[string]string{
|
||||||
"base": "refs/heads/develop",
|
"base": "develop",
|
||||||
"body": wBody.String(),
|
"body": wBody.String(),
|
||||||
"head": fmt.Sprintf("pkgdash/go_modules/%s-%s", path, mod.Version),
|
"head": fmt.Sprintf("pkgdash/go_modules/%s-%s", path, mod.Version),
|
||||||
"title": wTitle.String(),
|
"title": wTitle.String(),
|
||||||
|
Loading…
Reference in New Issue
Block a user