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 1f36fa2 commit 5a7f43dCopy full SHA for 5a7f43d
entrypoint.sh
@@ -25,7 +25,7 @@ echo "Cloning destination git repository"
25
git config --global user.email "$USER_EMAIL"
26
git config --global user.name "$DESTINATION_GITHUB_USERNAME"
27
git clone "https://$API_TOKEN_GITHUB@github.com/$DESTINATION_REPOSITORY_USERNAME/$DESTINATION_REPOSITORY_NAME.git" "$CLONE_DIR"
28
-git checkout "$TARGET_BRANCH"
+git checkout -b "$TARGET_BRANCH"
29
ls -la "$CLONE_DIR"
30
31
TARGET_DIR=$(mktemp -d)
0 commit comments