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

This commit is contained in:
2025-10-19 05:24:38 +03:00
parent e1371ed846
commit 8759a39701

View File

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