diff --git a/internal/source/gitea/gitea.go b/internal/source/gitea/gitea.go index 536fcbc..7a8087e 100644 --- a/internal/source/gitea/gitea.go +++ b/internal/source/gitea/gitea.go @@ -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(),