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

This commit is contained in:
2025-10-19 05:30:32 +03:00
parent 8759a39701
commit 0aa878db63

View File

@@ -66,7 +66,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'
key = 'url."https://codex.r10x.net"/.insteadOf'
value = 'git@codex.r10x.net:org-'+str(org_id)+'@github.com:'
exec_cmd(cmd)