From c1dc170dc387873f45fc64232ed1bfcc0088c7eb Mon Sep 17 00:00:00 2001 From: Gorbunov Kirill Andreevich Date: Sat, 16 Mar 2024 00:41:56 +0300 Subject: [PATCH] #8 change base. --- internal/source/gitea/gitea.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(),