Updated README.md

This commit is contained in:
jackton1 2023-12-02 11:30:41 +00:00 committed by GitHub
parent ba3c7653e7
commit af65b43bdc

View File

@ -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 -->