From 6595bb97b30ccdc4bc1746a64f7826d2f8c756b6 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Tue, 14 Sep 2021 13:44:09 -0400 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 50e0ca1..06d507e 100644 --- a/README.md +++ b/README.md @@ -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'`) * Detect actions triggered by non default branches * Detect actions triggered by the default branch +* Supports all valid [git branch names](https://wincent.com/wiki/Legal_Git_branch_names) ## Supported Platforms