diff --git a/services/github/webhook_handler.py b/services/github/webhook_handler.py index 5dbcf448..4b30fc71 100644 --- a/services/github/webhook_handler.py +++ b/services/github/webhook_handler.py @@ -103,17 +103,17 @@ async def handle_issue_labeled(payload: GitHubLabeledPayload): print("cloned!!!") - print(f'git clone https://x-access-token:{token}@github.com/nikitamalinov/lalager.git {new_uuid}') + print(f'git clone https://x-access-token:{token}@github.com/nikitamalinov/lalager.git ./{new_uuid}') print('listing: ') os.system(f'ls') - os.system(f'git clone https://x-access-token:{token}@github.com/nikitamalinov/lalager.git {new_uuid}') + os.system(f'git clone https://x-access-token:{token}@github.com/nikitamalinov/lalager.git ./{new_uuid}') print("LITING: ") os.system(f'ls') # git.Repo.clone_from(url=f'https://x-access-token:{token}@github.com/nikitamalinov/lalager.git', to_path=f'./{new_uuid}') except Exception as e: print(e) print("Repo cloned") - + return # Initialize the OpenAI API io = InputOutput( pretty=True,