mirror of
https://github.com/cpina/github-action-push-to-another-repository.git
synced 2024-12-22 08:06:10 -07:00
Fix typo
This commit is contained in:
parent
ec672cbc0a
commit
f5a3797d5b
|
@ -27,7 +27,7 @@ git clone --single-branch --branch "$TARGET_BRANCH" "https://$API_TOKEN_GITHUB@g
|
||||||
ls -la "$CLONE_DIR"
|
ls -la "$CLONE_DIR"
|
||||||
|
|
||||||
echo "Cleaning destination repository of old files"
|
echo "Cleaning destination repository of old files"
|
||||||
# Deletes the conents of $CLONE_DIR with three exceptions (! -path "..."):
|
# Deletes the contents of $CLONE_DIR with three exceptions (! -path "..."):
|
||||||
# -Skips the $CLONE_DIR/ directory itself
|
# -Skips the $CLONE_DIR/ directory itself
|
||||||
# -Skips the contents of $CLONE_DIR/.git/*
|
# -Skips the contents of $CLONE_DIR/.git/*
|
||||||
# -Skips the $CLONE_DIR/.git
|
# -Skips the $CLONE_DIR/.git
|
||||||
|
|
Loading…
Reference in New Issue
Block a user