Skip to content
Compare
Choose a tag to compare
@derberg derberg released this 22 Mar 18:50
· 9 commits to main since this release
c231d1d

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 with patterns_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 and patterns_to_include
  • remove files_to_ignore
  • add destination

by @derberg in #33

Full Changelog: v0.9.0...v1.0.0