Open mroswell opened 3 years ago
I'd like to use this action, but so far not having success.
One source of confusion: https://github.com/marketplace/actions/copy-file suggests: uses: canastro/copy-file-action@master while the use "Latest button says: uses: canastro/copy-action@0.0.2
uses: canastro/copy-file-action@master
uses: canastro/copy-action@0.0.2
Neither worked for me on my effort at https://github.com/mroswell/list-N/blob/main/.github/workflows/copy_json_file.yml I also tried with: uses: canastro/copy-action@master
uses: canastro/copy-action@master
I'll be transforming a file, and I'd like to make a copy of the source before I do so. So I think it's the perfect use case for this action if I can figure out how to get it to work.
Can't get it working either - it doesn't even appear in the workflow log :disappointed:
I'd like to use this action, but so far not having success.
One source of confusion: https://github.com/marketplace/actions/copy-file suggests:
uses: canastro/copy-file-action@master
while the use "Latest button says:uses: canastro/copy-action@0.0.2
Neither worked for me on my effort at https://github.com/mroswell/list-N/blob/main/.github/workflows/copy_json_file.yml I also tried with:
uses: canastro/copy-action@master
I'll be transforming a file, and I'd like to make a copy of the source before I do so. So I think it's the perfect use case for this action if I can figure out how to get it to work.