#19 change post to patch

This commit is contained in:
Gorbunov Kirill Andreevich
2024-12-18 19:55:07 +03:00
parent 0a1e5c8ea4
commit 26521652b6
3 changed files with 6 additions and 6 deletions

View File

@@ -440,7 +440,7 @@ func (g *Gitea) GetPulls(ctx context.Context, url, owner, repo, password string)
func (g *Gitea) checkout(w *git.Worktree, ref *plumbing.Reference) error {
ctx := context.Background()
g.logger.Debug(ctx, "checkout: "+ref.Name().Short())
g.logger.Debug(ctx, "checkout: "+ref.String())
if err := w.Checkout(&git.CheckoutOptions{
Branch: ref.Name(),