#19 change post to patch

This commit is contained in:
Gorbunov Kirill Andreevich
2024-12-18 20:03:08 +03:00
parent 26521652b6
commit 6f469b56f6
2 changed files with 37 additions and 18 deletions

View File

@@ -287,6 +287,7 @@ func (g *Gitea) RequestUpdate(ctx context.Context, branch string, path string, m
wtree, headRef, err := g.fetchCheckout(ctx, repo, targetBranch, path, mod)
if err != nil {
g.logger.Error(ctx, "failed to checkout", err)
return err
}
defer func() {