dmnemec / copy_file_to_another_repo_action

This GitHub Action copies a file from the current repository to a location in another repository
Apache License 2.0
182 stars 201 forks source link

how to push multiple files same time #31

Open Ca11back opened 3 years ago

Ca11back commented 3 years ago

For example '*.json' or just push all files in a dir(without that dir),like: all files in xxx dir (xxx/*) to root dir of the repo Thanks!

stetttho commented 3 years ago

hi, had the same problem. to push all files within a dir just use xxx/. (dot instead of star)