mirror of
https://github.com/tj-actions/branch-names.git
synced 2024-11-23 15:03:51 +08:00
Merge pull request #357 from tj-actions/chore/update-readme
Updated README.md
This commit is contained in:
commit
c31779ccc1
@ -93,9 +93,10 @@ Support this project with a :star:
|
|||||||
- uses: tj-actions/branch-names@v8
|
- uses: tj-actions/branch-names@v8
|
||||||
id: branch-names
|
id: branch-names
|
||||||
with:
|
with:
|
||||||
# The prefix that should be stripped from the tag
|
# The prefix that should be
|
||||||
# e.g `v` -> with a tag `v0.0.1` -> returns
|
# stripped from the tag e.g
|
||||||
# `0.0.1`
|
# `v` -> with a tag
|
||||||
|
# `v0.0.1` -> returns `0.0.1`
|
||||||
# Type: string
|
# Type: string
|
||||||
strip_tag_prefix: ''
|
strip_tag_prefix: ''
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user