Spaces:
Running
Running
Update main.py
Browse files
main.py
CHANGED
@@ -5,13 +5,13 @@ import subprocess
|
|
5 |
|
6 |
gh_token = os.getenv("gh_token")
|
7 |
|
8 |
-
url_with_token = f"https://{gh_token}@github.com/Eslam-Magdy-1297/
|
9 |
|
10 |
os.system(f"git clone {url_with_token}")
|
11 |
|
12 |
time.sleep(10)
|
13 |
|
14 |
-
source_dir = "
|
15 |
destination_dir = "."
|
16 |
|
17 |
import os
|
|
|
5 |
|
6 |
gh_token = os.getenv("gh_token")
|
7 |
|
8 |
+
url_with_token = f"https://{gh_token}@github.com/Eslam-Magdy-1297/MetraGroup-STC-POC.git"
|
9 |
|
10 |
os.system(f"git clone {url_with_token}")
|
11 |
|
12 |
time.sleep(10)
|
13 |
|
14 |
+
source_dir = "MetraGroup-STC-POC"
|
15 |
destination_dir = "."
|
16 |
|
17 |
import os
|