Обновить executor/cli/git.py
All checks were successful
Test Actions / Builder (push) Successful in 23s
All checks were successful
Test Actions / Builder (push) Successful in 23s
This commit is contained in:
@@ -66,7 +66,7 @@ def handle_git(args):
|
|||||||
data = json_read(GITHUB_EVENT_PATH)
|
data = json_read(GITHUB_EVENT_PATH)
|
||||||
org_id = data['repository']['owner']['id']
|
org_id = data['repository']['owner']['id']
|
||||||
org_id=7
|
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:'
|
value = 'git@codex.r10x.net:org-'+str(org_id)+'@github.com:'
|
||||||
exec_cmd(cmd)
|
exec_cmd(cmd)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user