Fix error
Test Actions / Builder (push) Successful in 13s

This commit is contained in:
2026-04-06 11:08:30 +03:00
parent c44d4f0c21
commit cbd8a21056
+1 -1
View File
@@ -84,7 +84,7 @@ def handle_git(args):
print(result.read())
repository_path = Path(INPUT_PATH)
if not repository_path.exist():
if not repository_path.exists():
repository_path.mkdir(parents=True)
cmd = 'git config --global credential.helper store --file /tmp/.git-credentials'