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 5bb0739 commit f7785daCopy full SHA for f7785da
entrypoint.py
@@ -89,7 +89,7 @@
89
logging.debug('Metadata {}'.format(current_metadata_str))
90
91
# Get metadata
92
- all_commit = git_repo.iter_commits()
+ all_commit = git_repo.iter_commits(gh_branch)
93
all_apt_action_commit = list(filter(lambda x: (x.message[:12] == '[apt-action]'), all_commit))
94
apt_action_metadata_str = list(
95
map(
0 commit comments