From 96e7dec17bbeed08477b9edab6c3a573614b829d Mon Sep 17 00:00:00 2001 From: Carles Pina i Estany Date: Wed, 13 Apr 2022 08:50:50 +0200 Subject: [PATCH] Use --global --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 4a35f19..6a24a36 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -34,7 +34,7 @@ git --version echo "[+] Add everything is safe" # Related to https://github.com/cpina/github-action-push-to-another-repository/issues/64 and https://github.com/cpina/github-action-push-to-another-repository/issues/64 # TODO: review before releasing it as a version -git config --add safe.directory / +git config --global --add safe.directory / echo "[+] Cloning destination git repository $DESTINATION_REPOSITORY_NAME" # Setup git