Thanks @yedidyas for the pull request.
Unclaimed project
Are you a maintainer of github-action-push-to-another-repository? Claim this project to take control of your public changelog and roadmap.
Changelog
github Action to push files into another Github repository
Thanks @yedidyas for the pull request.
Fix #102
It caused the following error message when using the personal access token (which uses https:// to connect to GitHub):
[+] Pushing git commit
error: RPC failed; HTTP 408 curl 18 HTTP/2 stream 7 was reset
send-pack: unexpected disconnect while reading sideband packet
fatal: the remote end hung up unexpectedly
Fix error if create-target-branch-if-needed was used and the target repository already had the target branch
New feature to create the target branch if it does not exist
Use variable: create-target-branch-if-needed
Thanks damiencornu.
Add support for git-lfs (thanks Travis for helping testing it).