From b0f41b62b1cf04be4a339f9302a817698ca3aa8f Mon Sep 17 00:00:00 2001 From: Piers Beckley Date: Tue, 23 Aug 2022 16:01:01 +0100 Subject: [PATCH] first clonage success --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c36e94e..b7b3331 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,18 +7,18 @@ jobs: steps: - uses: actions/checkout@master - name: copy file - uses: piersb/copy-file-action@main + uses: piersb/copy-action-pb@0.0.3 with: source: "tests/a.txt" target: "test-a.txt" - name: copy file with args - uses: piersb/copy-file-action@main + uses: piersb/copy-action-pb@0.0.3 with: source: "tests/a.txt" target: "test-a.txt" flags: "-f" - name: copy file with args - uses: piersb/copy-file-action@main + uses: piersb/copy-action-pb@0.0.3 with: source: "tests/path with spaces.txt" target: "path-without-spaces.txt"