Upgrade demo info to latest published version

This commit is contained in:
Piers Beckley 2022-08-23 17:00:05 +01:00
parent ed8be5854d
commit 0f4f17c190
2 changed files with 3 additions and 3 deletions

View File

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

0
test
View File