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