Обновить executor/cli/git.py
All checks were successful
Test Actions / Builder (push) Successful in 6s

This commit is contained in:
2025-10-19 05:09:00 +03:00
parent 1e8a37fdfd
commit 04bc88a70d

View File

@@ -66,7 +66,7 @@ def handle_git(args):
data = json_read(GITHUB_EVENT_PATH)
org_id = data['repository']['owner']['id']
key = 'url.https://'+TOKEN+':x-oauth-basic@codex.r10x.net'+'/.insteadOf'
value = 'git@codex.r10x.net:org-'+org_id+'@github.com:'
value = 'git@codex.r10x.net:org-'+str(org_id)+'@github.com:'
exec_cmd(cmd)
cmd = 'git remote add origin ' + GITHUB_SERVER_URL + REPOSITORY