File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1- # Create Branch Action
1+ # action-create-branch
22
3- A GitHub Action to create a new branch in a repository.
3+ A fast GitHub Action to create a new branch in a repository without checkout. Uses GitHub API directly for maximum performance .
44
55## Features
66
7+ - ⚡ ** Fast execution** : No checkout required - uses GitHub API directly
78- ✅ Create a new branch from any reference (branch, tag, or commit SHA)
89- ✅ Skip creation if branch already exists (idempotent operation)
910- ✅ Automatic token handling with ` github.token `
Original file line number Diff line number Diff line change 1- name : ' Create Branch'
2- description : ' Create a new branch in the specified repository'
1+ name : ' Fast Branch Creation without Checkout '
2+ description : ' Create new git branches instantly using GitHub API without checkout. Supports any ref source and cross- repository creation. '
33author : ' Songmu'
44branding :
55 icon : ' git-branch'
You can’t perform that action at this time.
0 commit comments