fixup deps
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
parent
8da137e29b
commit
63b04b1f0d
@ -270,8 +270,9 @@ func giteaPullRequest(ctx context.Context, cfg *Config, mods map[string]modules.
|
|||||||
logger.Fatalf(ctx, "failed to commit: %v", err)
|
logger.Fatalf(ctx, "failed to commit: %v", err)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
logger.Infof(ctx, "try to push ref: %s", gitconfig.RefSpec(newref.String()))
|
||||||
if err = repo.Push(&git.PushOptions{
|
if err = repo.Push(&git.PushOptions{
|
||||||
RefSpecs: []gitconfig.RefSpec{gitconfig.RefSpec(newref.String())},
|
RefSpecs: []gitconfig.RefSpec{gitconfig.RefSpec(newref.String()) + ":" + gitconfig.RefSpec(newref.String())},
|
||||||
Auth: &httpauth.BasicAuth{Username: envTOKEN, Password: envTOKEN},
|
Auth: &httpauth.BasicAuth{Username: envTOKEN, Password: envTOKEN},
|
||||||
}); err != nil {
|
}); err != nil {
|
||||||
logger.Fatalf(ctx, "failed to push repo branch: %v", err)
|
logger.Fatalf(ctx, "failed to push repo branch: %v", err)
|
||||||
|
Loading…
Reference in New Issue
Block a user