Обновить executor/cli/git.py
Test Actions / Builder (push) Failing after 6s

This commit is contained in:
2026-03-16 22:54:21 +03:00
parent 3d723487aa
commit 3577773548
+1 -1
View File
@@ -50,7 +50,7 @@ def handle_git(args):
result = os.popen(cmd)
print(result.read())
cmd = f'git -C ' INPUT_PATH + ' init'
cmd = f'git -C ' + INPUT_PATH + ' init'
exec_cmd(cmd)
sample_string = "x-access-token:" + TOKEN