Skip to content

Commit

Permalink
Debug bot issue
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilyBourne committed Jul 9, 2024
1 parent 82cc827 commit 6f93a6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci_tools/bot_tools/bot_funcs.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ def __init__(self, pr_id = None, check_run_id = None, commit = None):
if '/' in self._ref:
_, _, branch = self._ref.split('/',2)
branch_info = self._GAI.get_branch_details(branch)
print(branch_info)
self._ref = branch_info['commit']['sha']
else:
self._ref = self._pr_details["head"]["sha"]
Expand Down

0 comments on commit 6f93a6a

Please sign in to comment.