Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Apr 25, 2021
1 parent 76aefa7 commit 9feb728
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9feb728

Please sign in to comment.