mirror of
https://github.com/tj-actions/branch-names.git
synced 2024-12-27 14:27:59 +08:00
Merge pull request #85 from tj-actions/chore/update-readme
This commit is contained in:
commit
b442db3234
@ -10,13 +10,12 @@
|
||||
|
||||
Get branch or tag information without the `/ref/*` prefix
|
||||
|
||||
|
||||
## Features
|
||||
- Retrieve the current branch name without any prefix. (e.g. `'refs/heads/main'` -> `'main'`)
|
||||
- Retrieve the current tag with an option to strip the "v" prefix (e.g. `'refs/tags/v1.0.0'` -> `'v1.0.0'` OR `'1.0.0'`)
|
||||
- Detect actions triggered by non default branches
|
||||
- Detect actions triggered by the default branch
|
||||
|
||||
* Retrieve the current branch name without any prefix. (e.g. `'refs/heads/main'` -> `'main'`)
|
||||
* Retrieve the current tag with an option to strip the "v" prefix (e.g. `'refs/tags/v1.0.0'` -> `'v1.0.0'` OR `'1.0.0'`)
|
||||
* Detect actions triggered by non default branches
|
||||
* Detect actions triggered by the default branch
|
||||
|
||||
## Supported Platforms
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user