We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2e2c48 commit 07c4d7bCopy full SHA for 07c4d7b
entrypoint.sh
@@ -65,10 +65,14 @@ echo "[+] Enable git lfs"
65
git lfs install
66
67
echo "[+] Cloning destination git repository $DESTINATION_REPOSITORY_NAME"
68
+
69
# Setup git
70
git config --global user.email "$USER_EMAIL"
71
git config --global user.name "$USER_NAME"
72
73
+# workaround for https://github.com/cpina/github-action-push-to-another-repository/issues/103
74
+git config --global http.version HTTP/1.1
75
76
{
77
git clone --single-branch --depth 1 --branch "$TARGET_BRANCH" "$GIT_CMD_REPOSITORY" "$CLONE_DIR"
78
} || {
0 commit comments