Skip to content

Commit 7fccbda

Browse files
authored
Update action.yml
1 parent 688b232 commit 7fccbda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: Retrieve giithub branch or tag information without the /ref/* prefi
33
author: tj-actions
44
inputs:
55
strip_tag_prefix:
6-
description: 'The prefix that should be stripped from the tag e.g `v0.0.1` -> `(strip v)` -> `0.0.1`'
6+
description: 'The prefix that should be stripped from the tag e.g `v` -> with a tag `v0.0.1` -> returns `0.0.1`'
77
default: ''
88
required: false
99

0 commit comments

Comments
 (0)