BREAKING CHANGES
- action has changed its name. Now you should use it as
derberg/copy-files-to-other-repositories@v1.0.0
files_to_ignore
option is removed and replaced withpatterns_to_ignore
- action no longer supports workflows' files out of the box. You need to set it explicitly with
patterns_to_include
.
There are some good examples in the readme.
What's Changed
- add
patterns_to_ignore
andpatterns_to_include
- remove
files_to_ignore
- add
destination
Full Changelog: v0.9.0...v1.0.0