Merge pull request #68 from tj-actions/chore/update-readme

This commit is contained in:
Tonye Jack 2021-07-05 12:42:55 -04:00 committed by GitHub
commit 740e6590b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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