mirror of
https://github.com/tj-actions/branch-names.git
synced 2024-11-23 16:33:51 +08:00
Updated README.md
This commit is contained in:
parent
ba3c7653e7
commit
af65b43bdc
14
README.md
14
README.md
@ -106,9 +106,17 @@ Support this project with a :star:
|
|||||||
|
|
||||||
<!-- AUTO-DOC-INPUT:START - Do not remove or modify this section -->
|
<!-- AUTO-DOC-INPUT:START - Do not remove or modify this section -->
|
||||||
|
|
||||||
| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION |
|
```yaml
|
||||||
|----------------------------------------------------------------------------------|--------|----------|---------|----------------------------------------------------------------------------------------------------------------|
|
- uses: tj-actions/branch-names@v7
|
||||||
| <a name="input_strip_tag_prefix"></a>[strip\_tag\_prefix](#input_strip_tag_prefix) | string | false | | The prefix that should be <br>stripped from the tag e.g <br>`v` -> with a tag <br>`v0.0.1` -> returns `0.0.1` |
|
id: branch-names
|
||||||
|
with:
|
||||||
|
# The prefix that should be stripped from the tag
|
||||||
|
# e.g `v` -> with a tag `v0.0.1` -> returns
|
||||||
|
# `0.0.1`
|
||||||
|
# Type: string
|
||||||
|
strip_tag_prefix: ''
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
<!-- AUTO-DOC-INPUT:END -->
|
<!-- AUTO-DOC-INPUT:END -->
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user