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