liyanchang/Default Branch Migration
Cleanly transition when changing the repository's default branch
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | Token for the repo. Required. Mostly commonly, "$\{{ secrets.GITHUB_TOKEN }}" | yes | — |
| previous_default | The default branch name you are moving away from. Required. Most commonly, "master" | yes | — |
| new_default | The default branch name you are using going forward. Required. Most commonly, "main" | yes | — |
Outputs
no outputs