Обновить executor/cli/git.py
All checks were successful
Test Actions / Builder (push) Successful in 6s
All checks were successful
Test Actions / Builder (push) Successful in 6s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user