From 8f2716c5d103724fd54c90a3100d5e66ad242464 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Thu, 26 Aug 2021 08:34:59 -0400 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index d4b5d0e..5c77b49 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,14 @@ Get branch or tag information without the `/ref/*` prefix + +## Features +- Retrieve the current branch name without any prefix +- Retrieve the current tag with an option to strip the "v" prefix +- Detect actions triggered by non default branches +- Detect actions triggered by the default branch + + ## Supported Platforms * [`ubuntu-*`](https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idruns-on)