Releases: cpina/github-action-push-to-another-repository
Releases · cpina/github-action-push-to-another-repository
Copies files starting with ., add checks, improve documentation
- Files starting with "." in the
source-directoryare copied to thedestination-repository-name. This has been the case in themasterbranch since December but it wasn't included in the previous release. - Renamed the branches of this project's GitHub repositories to
main, updated the documentation, etc. Note that thetarget-branchdefault value is stillmasterfor historical reasons, for now please set it tomainif needed in your project. - Updated documentation: this should help new users of the GitHub Action.
Thanks to everyone who opened issues, it has helped improving the GitHub Action (documentation or behaviour).
Apologies for the long time between releases: I have been very busy with other things.
v1.2
New small functionality:
- Allow to pass a commit message
- Align names of variables between entrypoint.sh and action.yml
- More robust script: if a command fails it stops the execution
- Allow separate author and destination repository
- Other minor fixes
Thanks very much to everyone that sent issues and patches. Each small change on this small script is important.
v1.1
Fix warning due to variable name (git-user-email vs user-email)
Initial release
v1 Adds branding (icon, color)