mirror of
https://github.com/cpina/github-action-push-to-another-repository.git
synced 2024-12-22 08:06:10 -07:00
Fix typo in a message
This commit is contained in:
parent
c26a144ee1
commit
61d842d233
|
@ -31,7 +31,7 @@ echo "Cleaning destination repository of old files"
|
||||||
find "$CLONE_DIR" | grep -v "^$CLONE_DIR/\.git" | grep -v "^$CLONE_DIR$" | xargs rm -rf # delete all files (to handle deletions)
|
find "$CLONE_DIR" | grep -v "^$CLONE_DIR/\.git" | grep -v "^$CLONE_DIR$" | xargs rm -rf # delete all files (to handle deletions)
|
||||||
ls -la "$CLONE_DIR"
|
ls -la "$CLONE_DIR"
|
||||||
|
|
||||||
echo "Copying contents to to git repo"
|
echo "Copying contents to git repo"
|
||||||
cp -r "$SOURCE_DIRECTORY"/* "$CLONE_DIR"
|
cp -r "$SOURCE_DIRECTORY"/* "$CLONE_DIR"
|
||||||
cd "$CLONE_DIR"
|
cd "$CLONE_DIR"
|
||||||
ls -la
|
ls -la
|
||||||
|
|
Loading…
Reference in New Issue
Block a user