Skip to content

github Action to push files into another Github repository - but not destructive.

License

Notifications You must be signed in to change notification settings

BirnadinErick/sync-to-repo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sync-to-repo

Fork of github-action-push-to-another-repository

What is different?

The Origin is destructive by default. I couldn't find a way to do it otherwise. For a particular use-case I had to move files from src-dir to target-dir, without files in their being deleted.

Thus, I forked and removed the lines that rm -rf-ed the target-dir before committing.

About

github Action to push files into another Github repository - but not destructive.

Topics

Resources

License

Stars

Watchers

Forks

Languages

  • Shell 96.8%
  • Dockerfile 3.2%