From 5bfefd6a123ffcd0c1220a532473aa19c36be15c Mon Sep 17 00:00:00 2001 From: SwiftyOS Date: Sat, 16 Sep 2023 19:06:18 +0200 Subject: [PATCH] fixed branch names --- cli.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/cli.py b/cli.py index 934d80a9..b840a517 100644 --- a/cli.py +++ b/cli.py @@ -659,8 +659,7 @@ def enter(agent_name, branch): arena_submission_branch = f"arena_submission_{agent_name}" # Create a new branch called arena_submission_{agent_name} - # subprocess.check_call(['git', 'checkout', '-b', arena_submission_branch]) - subprocess.check_call(["git", "checkout", arena_submission_branch]) + subprocess.check_call(['git', 'checkout', '-b', arena_submission_branch]) # Create a dictionary with the necessary fields data = { "github_repo_url": github_repo_url, @@ -731,7 +730,7 @@ Hey there amazing builders! We're thrilled to have you join this exciting journe - [ ] We confirm that our project will be open-source and adhere to the MIT License. - [ ] Our lablab.ai registration email matches our OpenAI account to claim the bonus credits (if applicable). """, - head=f"arena_submission_{agent_name}", + head=f'{repo.owner.login}:{arena_submission_branch}', base=branch_to_use, ) click.echo(