Skip to content

Commit

Permalink
Branch name update for pulling it.
Browse files Browse the repository at this point in the history
  • Loading branch information
sshrihar committed Sep 20, 2024
1 parent 55d39b4 commit 8e0d97f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_branches.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def process_branch_folders():
for branch_data in branches_data:
if not branch_data["headRefName"].startswith("hosted/"):
continue
branch_name = branch_data["headRefName"].split("hosted/", 1)[1]
branch_name = branch_data["headRefName"]
pr_number = str(branch_data["number"])
target_path = os.path.join(common_dir, pr_number)
os.makedirs(target_path, exist_ok=True)
Expand Down

0 comments on commit 8e0d97f

Please sign in to comment.