We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74596b7 commit 6cb505dCopy full SHA for 6cb505d
entrypoint.sh
@@ -66,7 +66,7 @@ git config --global user.email "$USER_EMAIL"
66
git config --global user.name "$USER_NAME"
67
68
{
69
- git clone --single-branch --branch "$TARGET_BRANCH" "$GIT_CMD_REPOSITORY" "$CLONE_DIR"
+ git clone --single-branch --depth 1 --branch "$TARGET_BRANCH" "$GIT_CMD_REPOSITORY" "$CLONE_DIR"
70
} || {
71
echo "::error::Could not clone the destination repository. Command:"
72
echo "::error::git clone --single-branch --branch $TARGET_BRANCH $GIT_CMD_REPOSITORY $CLONE_DIR"
0 commit comments