copy-action

This commit is contained in:
Roman Podymov 2023-05-31 14:52:00 +02:00
parent ae66602ce7
commit cad3b89dd1

View File

@ -13,7 +13,7 @@ jobs:
steps: steps:
- uses: actions/checkout@master - uses: actions/checkout@master
- name: copy file - name: copy file
uses: canastro/copy-file-action@master uses: canastro/copy-action@master
with: with:
source: "tests/a.txt" source: "tests/a.txt"
target: "test-a.txt" target: "test-a.txt"