dmnemec / copy_file_to_another_repo_action

This GitHub Action copies a file from the current repository to a location in another repository
Apache License 2.0
182 stars 201 forks source link

Add retry behavior when pushing failed #48

Closed NguyHa03 closed 2 years ago

NguyHa03 commented 2 years ago

The pushing step would fail if there are 2 or more repos do push at the same time to another repo, in that case we need to rebase the commit before pushing again.

dmnemec commented 2 years ago

Can you PR this into a different branch (dev) so I can make a test on it first?

NguyHa03 commented 2 years ago

Can you PR this into a different branch (dev) so I can make a test on it first?

sure @dmnemec , I will close this PR and open a new one