copy-action icon indicating copy to clipboard operation
copy-action copied to clipboard

Results 8 copy-action issues
Sort by recently updated
recently updated
newest added

Hello. Thank you for copy-action. Fixed a typo in README.

I'm trying to run this action on macOS, but it seems not to be supported... From what I've searched, it's because this actions is Dockerfile based and not javascript. Can...

using - name: Copy m3u8 uses: canastro/copy-file-action@master with: source: "./tests" target: "./data" flags: '-r' however its not copying anything from ./data should be copying folders and contents?

Hi , I have a repo where I've database.md where i have a large table of database and i also want to show to same database rendered in README.md of...

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/[email protected]` Neither worked...

Is there a way to only copy the file that was pushed to the repo? In other words, dynamically detect the file that was pushed (to specify in the copy...

Hi Ricardo, Could you please add an example of how one would copy multiple files using this action? Cheers!