From 7fccbdaba254867b1ccb090cd723486de4400a87 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Thu, 9 Mar 2023 02:26:25 -0700 Subject: [PATCH] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 9cbcc3d..a6e44e2 100644 --- a/action.yml +++ b/action.yml @@ -3,7 +3,7 @@ description: Retrieve giithub branch or tag information without the /ref/* prefi author: tj-actions inputs: strip_tag_prefix: - description: 'The prefix that should be stripped from the tag e.g `v0.0.1` -> `(strip v)` -> `0.0.1`' + description: 'The prefix that should be stripped from the tag e.g `v` -> with a tag `v0.0.1` -> returns `0.0.1`' default: '' required: false