Skip to content

ankit18pl/action-create-branch

 
 

Repository files navigation

Create Branch GitHub Action

This action creates a new branch with the same commit reference as the branch it is being ran on, or your chosen reference when specified.

Inputs

branch

Optional The name of the branch to create. Default "release-candidate".

sha

Optional The SHA1 value for the branch reference.

Outputs

created

Boolean value representing whether or not a new branch was created.

Example usage

uses: peterjgrainger/[email protected]
env:
  GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
  branch: 'release-notes'
  sha: '${{ github.event.pull_request.head.sha }}'

About

Github action to create a branch

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 94.5%
  • JavaScript 5.5%