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