Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitamalinov committed Feb 23, 2024
1 parent 5457b2e commit 1e4f7d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions services/github/webhook_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ async def handle_issue_labeled(payload: GitHubLabeledPayload):
print("got into tmp")
try:
print(os.getcwd())
os.system(f'mkdir {new_uuid}')
print("created folder")
print(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}')
# git.Repo.clone_from(url=f'https://x-access-token:{token}@github.com/nikitamalinov/lalager.git', to_path=f'./{new_uuid}')
Expand Down

0 comments on commit 1e4f7d2

Please sign in to comment.