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

This commit is contained in:
2026-03-16 23:10:39 +03:00
parent 88bf75879b
commit 4144046644
+1 -1
View File
@@ -85,6 +85,6 @@ def handle_git(args):
print(cmd)
exec_cmd(cmd)
cmd = 'git -C ' + INPUT_PATH + ' checkout ' + config['ref']
cmd = 'git -C ' + INPUT_PATH + ' checkout ' + GITHUB_REF_NAME # config['ref']
print(cmd)
exec_cmd(cmd)