nedap / action-create-branch

Github action to create a branch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/action-create-branch@v2.0.1
env:
  GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
  branch: 'release-notes'

About

Github action to create a branch

License:MIT License


Languages

Language:TypeScript 93.9%Language:JavaScript 6.1%