Skip to content

Commit da5f1ec

Browse files
committed
Hard debug
1 parent 8905c89 commit da5f1ec

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

entrypoint.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ git config --global user.email "$USER_EMAIL"
1717
git config --global user.name "$GITHUB_USERNAME"
1818
git config --global user.password "$API_TOKEN_GITHUB"
1919

20+
echo "https://$GITHUB_USERNAME:$API_TOKEN_GITHUB@github.com/$GITHUB_USERNAME/$GITHUB_REPO.git"
21+
2022
git clone "https://$GITHUB_USERNAME:$API_TOKEN_GITHUB@github.com/$GITHUB_USERNAME/$GITHUB_REPO.git" "$CLONE_DIR"
2123

2224
echo "Finished cloning"

0 commit comments

Comments
 (0)