mirror of
https://github.com/cpina/github-action-push-to-another-repository.git
synced 2025-08-31 22:25:47 -06:00
Try to add destination folder to bash
This commit is contained in:
parent
97b4137705
commit
b139d8c7c0
@ -32,7 +32,8 @@ ls -la "$CLONE_DIR"
|
||||
#ls -la "$CLONE_DIR"
|
||||
|
||||
echo "Copying contents to to git repo"
|
||||
cp -r "$FOLDER"/* "$CLONE_DIR"
|
||||
mkdir -p $CLONE_DIR/$INPUT_DESTINATION_FOLDER
|
||||
cp -r "$FOLDER"/* "$CLONE_DIR/$INPUT_DESTINATION_FOLDER"
|
||||
cd "$CLONE_DIR"
|
||||
ls -la
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user