From 04bc88a70d959fc1d7494f2789243c5870a101c7 Mon Sep 17 00:00:00 2001 From: RemiZOffAlex Date: Sun, 19 Oct 2025 05:09:00 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20executor/cli/git.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- executor/cli/git.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/executor/cli/git.py b/executor/cli/git.py index 55f71dc..645926f 100644 --- a/executor/cli/git.py +++ b/executor/cli/git.py @@ -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