levibostian/git sync branches
GitHub Action to copy and push commits from one branch to another.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| ahead | Branch that has commits in it that are not in the *behind* branch that you want to copy over. | yes | — |
| behind | Branch that you want to copy commits *into*. This branch is missing commits that are in *ahead* branch | yes | — |
| githubToken | GitHub personal access token for a GitHub account that has push access to the repository. | yes | — |
Outputs
no outputs