From 1a982a3b6ae4c2b53a77f5e9a9f4b5e8adc09ce5 Mon Sep 17 00:00:00 2001 From: RemiZOffAlex Date: Sun, 22 Mar 2026 09:57:31 +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 dd0e0c5..65186dc 100644 --- a/executor/cli/git.py +++ b/executor/cli/git.py @@ -117,7 +117,7 @@ def handle_git(args): print(cmd) exec_cmd(cmd) - cmd = 'git -C ' + INPUT_PATH + ' fetch --progress --depth ' + DEPTH + ' origin ' + INPUT_REF + cmd = 'git -C ' + INPUT_PATH + ' fetch --progress --depth ' + DEPTH + ' origin ' + GITHUB_REF_NAME # INPUT_REF print(cmd) exec_cmd(cmd)