Skip to content

Commit b9679bf

Browse files
committed
Use checkout instead of branch
1 parent fceacd1 commit b9679bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
github_slug,
7373
)
7474

75-
git_repo.git.branch(gh_branch)
75+
git_repo.git.checkout('HEAD', b=gh_branch)
7676

7777
# Generate metadata
7878
deb_file_handle = DebFile(filename=deb_file_path)

0 commit comments

Comments
 (0)