This action creates a new branch with the same commit reference as the branch it is being ran on.
Optional The name of the branch to create. Default "release-candidate"
.
uses: peterjgrainger/action-create-branch@v1.0.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
branch: 'release-notes'
Create Branch is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.