diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 61c045a..03adf3d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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" + \ No newline at end of file diff --git a/tests/path with spaces.txt b/tests/path with spaces.txt new file mode 100644 index 0000000..b4937cf --- /dev/null +++ b/tests/path with spaces.txt @@ -0,0 +1 @@ +Test file for copying a file with spaces in its path