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

This commit is contained in:
2026-03-16 22:05:16 +03:00
parent 8a9550d57e
commit 9f9c6d17cc
+1 -1
View File
@@ -46,7 +46,7 @@ def handle_git(args):
result = os.popen(cmd)
print(result.read())
cmd = 'git init'
cmd = f'git init {INPUT_PATH}'
exec_cmd(cmd)
sample_string = "x-access-token:" + TOKEN