Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 390 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 390 Bytes

Create Branch GitHub Action

This action creates a new branch with the same commit reference as the branch it is being ran on.

Inputs

branch

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

Example usage

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