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 ec672cb commit f5a3797Copy full SHA for f5a3797
entrypoint.sh
@@ -27,7 +27,7 @@ git clone --single-branch --branch "$TARGET_BRANCH" "https://$API_TOKEN_GITHUB@g
27
ls -la "$CLONE_DIR"
28
29
echo "Cleaning destination repository of old files"
30
-# Deletes the conents of $CLONE_DIR with three exceptions (! -path "..."):
+# Deletes the contents of $CLONE_DIR with three exceptions (! -path "..."):
31
# -Skips the $CLONE_DIR/ directory itself
32
# -Skips the contents of $CLONE_DIR/.git/*
33
# -Skips the $CLONE_DIR/.git
0 commit comments