Обновить executor/cli/git.py
Test Actions / Builder (push) Successful in 12s

This commit is contained in:
2026-03-22 10:08:01 +03:00
parent d80afa7650
commit ac14573ea1
+3
View File
@@ -111,6 +111,9 @@ def handle_git(args):
key = 'url."https://codex.r10x.net"/.insteadOf'
value = 'git@codex.r10x.net:org-'+str(org_id)+'@codex.r10x.net:'
value = f'git@codex.r10x.net:{GITHUB_ACTOR}@codex.r10x.net:'
# exec_cmd(cmd)
key = f'url."https://{INPUT_TOKEN}@codex.r10x.net"/.insteadOf'
value = 'https://codex.r10x.net/'
exec_cmd(cmd)
cmd = 'git -C ' + INPUT_PATH + ' remote add origin ' + GITHUB_SERVER_URL + '/' + REPOSITORY