canastro / copy-action

27 stars 9 forks source link

Seeking guidance to make the copy-action work #7

Open mroswell opened 3 years ago

mroswell commented 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

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.

ri0t commented 3 years ago

Can't get it working either - it doesn't even appear in the workflow log :disappointed: