deedeeg/Local Git Rebase
Rebases a base branch onto a source branch or source Git ref. Works with local branches and refs only.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | Token to authenticate with GitHub | yes | ${{ github.token }} |
| base_ref | Branch or Git ref that you are rebasing the head_branch on top of. | yes | ${{ github.ref }} |
| head_branch | Branch you are rebasing, to be rebased on top of the base_ref. | yes | — |
Outputs
no outputs