We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fceacd1 commit b9679bfCopy full SHA for b9679bf
entrypoint.py
@@ -72,7 +72,7 @@
72
github_slug,
73
)
74
75
- git_repo.git.branch(gh_branch)
+ git_repo.git.checkout('HEAD', b=gh_branch)
76
77
# Generate metadata
78
deb_file_handle = DebFile(filename=deb_file_path)
0 commit comments