copy-action
copy-action copied to clipboard
using copy-action, but not moving the files.
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?