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 4dc9f89 commit 65a88efCopy full SHA for 65a88ef
entrypoint.sh
@@ -19,6 +19,8 @@ git config --global user.password "$API_TOKEN_GITHUB"
19
20
git clone "https://$GITHUB_USERNAME:$API_TOKEN_GITHUB@github.com/$GITHUB_USERNAME/$GITHUB_REPO.git" "$CLONE_DIR"
21
22
+echo "Finished cloning"
23
+
24
ls -la "$CLONE_DIR"
25
26
cd "$CLONE_DIR"
0 commit comments