mirror of
https://github.com/canastro/copy-action.git
synced 2024-12-27 19:45:02 +08:00
Test files
This commit is contained in:
parent
6bae380f8f
commit
abddda8d48
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@ -17,3 +17,9 @@ jobs:
|
||||
source: "tests/a.txt"
|
||||
target: "test-a.txt"
|
||||
flags: "-f"
|
||||
- name: copy file with args
|
||||
uses: canastro/copy-file-action@master
|
||||
with:
|
||||
source: "tests/path with spaces.txt"
|
||||
target: "path-without-spaces.txt"
|
||||
|
1
tests/path with spaces.txt
Normal file
1
tests/path with spaces.txt
Normal file
@ -0,0 +1 @@
|
||||
Test file for copying a file with spaces in its path
|
Loading…
x
Reference in New Issue
Block a user