test
This commit is contained in:
@@ -36,7 +36,8 @@ runs:
|
|||||||
run: |
|
run: |
|
||||||
# Replace each space with a backslash and a space
|
# Replace each space with a backslash and a space
|
||||||
TARGET="${${{ inputs.target }}// /\\ }"
|
TARGET="${${{ inputs.target }}// /\\ }"
|
||||||
COMMAND="cp ${{ inputs.target }} ${{ inputs.dest }}"
|
DEST="${${{ inputs.dest }}// /\\ }"
|
||||||
|
COMMAND="cp $TARGET $DEST"
|
||||||
RECURSIVE="${{ inputs.recursive }}"
|
RECURSIVE="${{ inputs.recursive }}"
|
||||||
if [[ "$RECURSIVE" == "true" ]]; then
|
if [[ "$RECURSIVE" == "true" ]]; then
|
||||||
COMMAND="$COMMAND --recursive"
|
COMMAND="$COMMAND --recursive"
|
||||||
|
|||||||
Reference in New Issue
Block a user