Обновить execute.py

This commit is contained in:
2025-03-29 22:25:41 +03:00
parent c1df372867
commit eb2d2e80f9

View File

@@ -38,7 +38,7 @@ cmd = 'git config list '
cmd = 'git clone ' + \
GITHUB_SERVER_URL + '/' + \
GITHUB_REPOSITORY + ' ' + ' '
GITHUB_REPOSITORY + ' ' + os.getcwd()
print('cmd:', cmd)
print('pwd', os.getcwd())
result = os.popen(cmd)