Releases: dmnemec/copy_file_to_another_repo_action
Releases · dmnemec/copy_file_to_another_repo_action
v1.1.1 Release (Bug Fix)
New Features
destination_branch_create [optional]
- create new branches with your commits- GitHub Apps compatibility improvements
Issues Fixed
- Various quotation marks of different types added
- Commit message documentation added
- API_TOKEN_GITHUB documentation added
- Updated references to master in example yaml
Changes
- Default branch renamed
main
frommaster
Special thanks to the amazing GitHub community members below for their contributions on this project (no particular order)
v1.1.0 Release
New Features
destination_branch_create [optional]
- create new branches with your commits- GitHub Apps compatibility improvements
Issues Fixed
- Various quotation marks of different types added
- Commit message documentation added
- API_TOKEN_GITHUB documentation added
Changes
- Default branch renamed
main
frommaster
Special thanks to the amazing GitHub community members below for their contributions on this project (no particular order)
v1.0.4
- Add tests to make sure it catches and ignores the proper files
v1.0.3
- Correctly identifies no changes
v1.0.1
- Remove extra logging from output
- Update self-test on master branch to work every time