Test files

This commit is contained in:
Piers Beckley 2022-08-22 16:50:49 +01:00
parent 6bae380f8f
commit abddda8d48
2 changed files with 7 additions and 0 deletions

View File

@ -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"

View File

@ -0,0 +1 @@
Test file for copying a file with spaces in its path