mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-04 22:40:29 +03:00
checkupdates: set push ref to HEAD:refs/heads/branch_name
This commit is contained in:
parent
e7060011aa
commit
e538c34c32
1 changed files with 1 additions and 1 deletions
|
|
@ -809,7 +809,7 @@ def push_commits(branch_name='checkupdates'):
|
|||
progress = git.RemoteProgress()
|
||||
|
||||
pushinfos = remote.push(
|
||||
f"{branch_name}:{branch_name}",
|
||||
f"HEAD:refs/heads/{branch_name}",
|
||||
progress=progress,
|
||||
force=True,
|
||||
set_upstream=True,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue