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

This commit is contained in:
2026-03-22 09:57:31 +03:00
parent 05b344dc8b
commit 1a982a3b6a
+1 -1
View File
@@ -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)