Skip to content

Commit 65a88ef

Browse files
committed
Minor update
1 parent 4dc9f89 commit 65a88ef

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

entrypoint.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ git config --global user.password "$API_TOKEN_GITHUB"
1919

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

22+
echo "Finished cloning"
23+
2224
ls -la "$CLONE_DIR"
2325

2426
cd "$CLONE_DIR"

0 commit comments

Comments
 (0)