Skip to content

Commit 8c364ac

Browse files
authored
Merge pull request #2 from Songmu/doc
update docs
2 parents ff2bba4 + 07e0d0b commit 8c364ac

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
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`

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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.'
33
author: 'Songmu'
44
branding:
55
icon: 'git-branch'

0 commit comments

Comments
 (0)