Update README.md

This commit is contained in:
Tonye Jack 2021-04-24 20:33:50 -04:00 committed by GitHub
parent 76aefa7f40
commit 9feb728ef3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,6 +17,12 @@ Get branch or tag information without the `/ref/*` prefix
| tag | `string` | `v0.0.1` *OR* `0.0.1` | The tag that triggered the workflow run |
## Inputs
| Input | type | default | Description |
|:-----------------:|:---------:|:--------:|:-----------------------:|
| strip_tag_prefix | `string` | `''` | The tag prefix to strip <br> *i.e `v0.0.1` -> `v` -> `0.0.1`* |
## Usage
```yaml