From cad3b89dd15835a740f18b889fa0215b98b3106f Mon Sep 17 00:00:00 2001 From: Roman Podymov Date: Wed, 31 May 2023 14:52:00 +0200 Subject: [PATCH] copy-action --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d559809..2d705bc 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ jobs: steps: - uses: actions/checkout@master - name: copy file - uses: canastro/copy-file-action@master + uses: canastro/copy-action@master with: source: "tests/a.txt" target: "test-a.txt"