mirror of
https://github.com/canastro/copy-action.git
synced 2024-12-27 19:45:02 +08:00
Upgrade demo info to latest published version
This commit is contained in:
parent
ed8be5854d
commit
0f4f17c190
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user