parkhub/ParkHub Release Rebase
Rebases a branch onto a Git ref using the recursive, patience strategy.
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 | Git ref that you are rebasing the head_branch on top of. | yes | ${{ github.ref }} |
| head_branches | Branches you are rebasing, to be rebased on top of the base_ref. | yes | — |
Outputs
no outputs