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 2a71a96 commit 4dc9f89Copy full SHA for 4dc9f89
entrypoint.sh
@@ -17,7 +17,7 @@ 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
-git clone "https://$API_TOKEN_GITHUB@github.com/$GITHUB_USERNAME/$GITHUB_REPO.git" "$CLONE_DIR"
+git clone "https://$GITHUB_USERNAME:$API_TOKEN_GITHUB@github.com/$GITHUB_USERNAME/$GITHUB_REPO.git" "$CLONE_DIR"
21
22
ls -la "$CLONE_DIR"
23
0 commit comments