From 0bd39cdb26f407a821dd740b229cc70fcc1229b0 Mon Sep 17 00:00:00 2001 From: jackton1 Date: Thu, 26 Aug 2021 12:39:46 +0000 Subject: [PATCH] Updated README.md --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 86ef00a..f90cd95 100644 --- a/README.md +++ b/README.md @@ -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