We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8905c89 commit da5f1ecCopy full SHA for da5f1ec
1 file changed
entrypoint.sh
@@ -17,6 +17,8 @@ git config --global user.email "$USER_EMAIL"
17
git config --global user.name "$GITHUB_USERNAME"
18
git config --global user.password "$API_TOKEN_GITHUB"
19
20
+echo "https://$GITHUB_USERNAME:$API_TOKEN_GITHUB@github.com/$GITHUB_USERNAME/$GITHUB_REPO.git"
21
+
22
git clone "https://$GITHUB_USERNAME:$API_TOKEN_GITHUB@github.com/$GITHUB_USERNAME/$GITHUB_REPO.git" "$CLONE_DIR"
23
24
echo "Finished cloning"
0 commit comments