Обновить execute.py

This commit is contained in:
2025-03-29 14:46:12 +03:00
parent cf5afae4bb
commit 61f3a8baf2

View File

@@ -24,6 +24,7 @@ base64_string = 'AUTHORIZATION: basic ' + base64_bytes.decode("utf-8")
cmd = 'git -c http.'+GITHUB_SERVER_URL+'extraheader="'+base64_string+'" clone ' + \ cmd = 'git -c http.'+GITHUB_SERVER_URL+'extraheader="'+base64_string+'" clone ' + \
GITHUB_SERVER_URL + '/' + \ GITHUB_SERVER_URL + '/' + \
GITHUB_REPOSITORY GITHUB_REPOSITORY
print('cmd:', cmd)
os.system(cmd) os.system(cmd)
print(f"Encoded string: {base64_string}") print(f"Encoded string: {base64_string}")