Skip to content

Commit f7785da

Browse files
committed
Specify branch on commit message iterator
1 parent 5bb0739 commit f7785da

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
@@ -89,7 +89,7 @@
8989
logging.debug('Metadata {}'.format(current_metadata_str))
9090

9191
# Get metadata
92-
all_commit = git_repo.iter_commits()
92+
all_commit = git_repo.iter_commits(gh_branch)
9393
all_apt_action_commit = list(filter(lambda x: (x.message[:12] == '[apt-action]'), all_commit))
9494
apt_action_metadata_str = list(
9595
map(

0 commit comments

Comments
 (0)