mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-04-29 10:56:22 +02:00
update:git.py
This commit is contained in:
parent
40b54b42c3
commit
d630d722df
1 changed files with 1 additions and 0 deletions
|
|
@ -79,6 +79,7 @@ async def git_create_pull(
|
|||
colon_index = parsed_url.netloc.find(":")
|
||||
at_index = parsed_url.netloc.find("@")
|
||||
access_token = parsed_url.netloc[colon_index + 1 : at_index]
|
||||
break
|
||||
return await GitRepository.create_pull(
|
||||
base=base,
|
||||
head=head,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue