cloudjunctionteam/Push to another repo using rsync
Push files to another repo using rsync to copy and merge
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| srcdir | directory in source rpo to be copied to dest repo | yes | — |
| destdir | directory in destination repo to be copied to | yes | — |
| dest-gh-username | user/org name of repo | yes | — |
| dest-repo-name | name of destination repo | yes | — |
| user-email | email for git commit | yes | — |
| target-branch | name of target branch. default is master. | no | master |
| commit-msg | commit message for the output repository. ORIGIN_COMMIT is replaced by the URL@commit in the origin repo. | no | Update from ORIGIN_COMMIT |
Outputs
no outputs