martincostello/Rebase Branch
Attempts to rebase the current branch of a Git repository.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| branch | The optional branch to rebase the current branch onto. | no | "" |
| repository | The optional path of the repository to rebase. | no | "" |
| user-email | The optional email address to use for Git commit(s). | no | github-actions[bot]@users.noreply.github.com |
| user-name | The optional user name to use for Git commit(s). | no | github-actions[bot] |
Outputs
| name | description |
|---|---|
| result | The result of attempting to rebase the branch. The value is one of: upToDate, success, conflicts or error. |