Try a different branch

This commit is contained in:
Piers Beckley 2022-08-23 15:42:48 +01:00
parent bd1162b0db
commit dd1768c464

View File

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