Update README.md

This commit is contained in:
Tonye Jack 2021-09-14 13:44:09 -04:00 committed by GitHub
parent 40efc93c59
commit 6595bb97b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,6 +16,7 @@ Get branch or tag information without the `/ref/*` prefix
* 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'`) * 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 non default branches
* Detect actions triggered by the default branch * Detect actions triggered by the default branch
* Supports all valid [git branch names](https://wincent.com/wiki/Legal_Git_branch_names)
## Supported Platforms ## Supported Platforms