This commit is contained in:
+3
-3
@@ -101,10 +101,10 @@ def handle_git(args):
|
||||
|
||||
data = json_read(GITHUB_EVENT_PATH)
|
||||
org_id = data['repository']['owner']['id']
|
||||
org_id=7
|
||||
#org_id=7
|
||||
key = 'url."https://codex.r10x.net"/.insteadOf'
|
||||
value = 'git@codex.r10x.net:org-'+str(org_id)+'@github.com:'
|
||||
value = f'{GITHUB_ACTOR}@codex.r10x.net:'
|
||||
value = 'git@codex.r10x.net:org-'+str(org_id)+'@codex.r10x.net:'
|
||||
#value = f'{GITHUB_ACTOR}@codex.r10x.net:'
|
||||
exec_cmd(cmd)
|
||||
|
||||
cmd = 'git -C ' + INPUT_PATH + ' remote add origin ' + GITHUB_SERVER_URL + '/' + REPOSITORY
|
||||
|
||||
Reference in New Issue
Block a user