Update README.md

This commit is contained in:
Tonye Jack 2021-08-26 08:39:07 -04:00 committed by GitHub
parent a439502f58
commit d2fb4cabad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,8 +12,8 @@ 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')
- 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