diff --git a/main.go b/main.go index 1e73c6a..1c1d18f 100644 --- a/main.go +++ b/main.go @@ -124,6 +124,7 @@ func Push( remote *git.Remote, ) error { return remote.Push(&git.PushOptions{ + RemoteName: DefaultRemoteName, Auth: auth, }) }