Updated README.md

This commit is contained in:
jackton1 2021-07-05 11:53:34 +00:00 committed by GitHub
parent 22406a5f5e
commit a093cd653f

View File

@ -10,7 +10,6 @@ Get branch or tag information without the `/ref/*` prefix
* [`macos-*`](https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idruns-on)
* [`windows-*`](https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idruns-on)
## Usage
```yaml
@ -59,7 +58,6 @@ on:
|:-----------------:|:---------:|:--------:|:-----------------------:|
| strip_tag_prefix | `string` | `''` | The tag prefix to strip <br> *i.e `v0.0.1` -> `v` -> `0.0.1`* |
## Examples
```yaml