+1
-1
@@ -84,7 +84,7 @@ def handle_git(args):
|
|||||||
print(result.read())
|
print(result.read())
|
||||||
|
|
||||||
repository_path = Path(INPUT_PATH)
|
repository_path = Path(INPUT_PATH)
|
||||||
if not repository_path.exist():
|
if not repository_path.exists():
|
||||||
repository_path.mkdir(parents=True)
|
repository_path.mkdir(parents=True)
|
||||||
|
|
||||||
cmd = 'git config --global credential.helper store --file /tmp/.git-credentials'
|
cmd = 'git config --global credential.helper store --file /tmp/.git-credentials'
|
||||||
|
|||||||
Reference in New Issue
Block a user