We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 688b232 commit 7fccbdaCopy full SHA for 7fccbda
action.yml
@@ -3,7 +3,7 @@ description: Retrieve giithub branch or tag information without the /ref/* prefi
3
author: tj-actions
4
inputs:
5
strip_tag_prefix:
6
- 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`'
7
default: ''
8
required: false
9
0 commit comments