Reset test files to use canastro version

This commit is contained in:
Piers Beckley 2022-08-24 15:38:08 +01:00
parent 0f4f17c190
commit eea2a85d21

View File

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