Skip to content

Commit

Permalink
Merge pull request #269 from tj-actions/chore/update-readme
Browse files Browse the repository at this point in the history
Updated README.md
  • Loading branch information
repo-ranger[bot] committed Dec 2, 2023
2 parents ba3c765 + af65b43 commit 00f78f3
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,17 @@ Support this project with a :star:

<!-- AUTO-DOC-INPUT:START - Do not remove or modify this section -->

| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION |
|----------------------------------------------------------------------------------|--------|----------|---------|----------------------------------------------------------------------------------------------------------------|
| <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` |
```yaml
- uses: tj-actions/branch-names@v7
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 -->

Expand Down

0 comments on commit 00f78f3

Please sign in to comment.