Skip to content

Commit

Permalink
Hard debug
Browse files Browse the repository at this point in the history
  • Loading branch information
umutphp committed Aug 28, 2024
1 parent 8905c89 commit da5f1ec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ git config --global user.email "$USER_EMAIL"
git config --global user.name "$GITHUB_USERNAME"
git config --global user.password "$API_TOKEN_GITHUB"

echo "https://$GITHUB_USERNAME:$API_TOKEN_GITHUB@github.com/$GITHUB_USERNAME/$GITHUB_REPO.git"

git clone "https://$GITHUB_USERNAME:$API_TOKEN_GITHUB@github.com/$GITHUB_USERNAME/$GITHUB_REPO.git" "$CLONE_DIR"

echo "Finished cloning"
Expand Down

0 comments on commit da5f1ec

Please sign in to comment.