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/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
branch: 'release-notes'