diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a7a0483..c36e94e 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@allow-files-with-spaces + uses: piersb/copy-file-action@main with: source: "tests/a.txt" target: "test-a.txt" - name: copy file with args - uses: piersb/copy-file-action@allow-files-with-spaces + uses: piersb/copy-file-action@main with: source: "tests/a.txt" target: "test-a.txt" flags: "-f" - name: copy file with args - uses: piersb/copy-file-action@allow-files-with-spaces + uses: piersb/copy-file-action@main with: source: "tests/path with spaces.txt" target: "path-without-spaces.txt"