Skip to content

Releases: cpina/github-action-push-to-another-repository

Copies files starting with ., add checks, improve documentation

25 Apr 10:36

Choose a tag to compare

  • Files starting with "." in the source-directory are copied to the destination-repository-name. This has been the case in the master branch 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 the target-branch default value is still master for historical reasons, for now please set it to main if 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

02 Dec 16:15

Choose a tag to compare

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

08 Jun 21:58

Choose a tag to compare

Fix warning due to variable name (git-user-email vs user-email)

Initial release

29 Mar 19:32
ea53262

Choose a tag to compare

Pre-release
v1

Adds branding (icon, color)