#19 change post to patch
This commit is contained in:
@@ -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() {
|
||||
|
Reference in New Issue
Block a user