peterjgrainger/Create Branch
Creates a branch
View on GitHubTrust Signals
- Scorecard Score
- Scorecard 2–4scored Jul 6, 2026
- Maintenance Recency
- Activelast commit Apr 4, 2026
- License
- MIT
Pinned Snippet
uses: peterjgrainger/action-create-branch@4b81ce657e255acd677cc6c55c9c763654be3aef # v4.0.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| branch | The branch to create | — | release-candidate |
| sha | The SHA1 value for the branch reference | — | — |
Outputs
| name | description |
|---|---|
| created | Boolean value representing whether or not a new branch was created. |