Merge pull request #2 from piersb/allow-files-with-spaces

Try main
This commit is contained in:
Piers Beckley 2022-08-23 15:57:10 +01:00 committed by GitHub
commit 968d4d1794
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,18 +7,18 @@ jobs:
steps:
- uses: actions/checkout@master
- name: copy file
uses: piersb/copy-file-action@allow-files-with-spaces
uses: piersb/copy-file-action@main
with:
source: "tests/a.txt"
target: "test-a.txt"
- name: copy file with args
uses: piersb/copy-file-action@allow-files-with-spaces
uses: piersb/copy-file-action@main
with:
source: "tests/a.txt"
target: "test-a.txt"
flags: "-f"
- name: copy file with args
uses: piersb/copy-file-action@allow-files-with-spaces
uses: piersb/copy-file-action@main
with:
source: "tests/path with spaces.txt"
target: "path-without-spaces.txt"