ZaaachX commited on
Commit
0673cdf
·
1 Parent(s): 44be770
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ if GITHUB_PAT:
10
  print("GITHUB_PAT set")
11
 
12
  if not os.path.exists('cloned_repo'):
13
- Repo.clone_from(f'https://{GIT_id}:{GITHUB_PAT}@github.com/{GIT_id}/{GIT_repo}.git', './cloned_repo')
14
 
15
  # Install Python dependencies
16
  subprocess.run(['pip', 'install', '-r', 'cloned_repo/requirements.txt'])
 
10
  print("GITHUB_PAT set")
11
 
12
  if not os.path.exists('cloned_repo'):
13
+ Repo.clone_from(f'https://{GIT_USER}:{GITHUB_PAT}@github.com/{GIT_USER}/{GIT_REPO}.git', './cloned_repo')
14
 
15
  # Install Python dependencies
16
  subprocess.run(['pip', 'install', '-r', 'cloned_repo/requirements.txt'])