funkyoz/Split and Push Monorepo
Pushes changes from a monorepo folder to a dedicated repository using git subtree split
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| local | Local folder path to sync | yes | — |
| remote | Target repository URL (HTTPS or SSH format) | yes | — |
| branch | Branch name to push to (auto-detected if not provided) | no | "" |
| token | GitHub authentication token with push access | no | "" |
| author | Git author in format "Name <email>" (uses git config if not provided) | no | "" |
Outputs
| name | description |
|---|---|
| pushed | Boolean indicating if push occurred ("true" or "false") |
| skipped | Boolean indicating if skipped due to no changes ("true" or "false") |