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

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

View File

@ -58,10 +58,9 @@ on:
|:-----------------:|:---------:|:--------:|:-----------------------:|
| strip_tag_prefix | `string` | `''` | The tag prefix to strip <br> *i.e `v0.0.1` -> `v` -> `0.0.1`* |
## Events
- `push*`
* `push*`
```yaml
on:
@ -94,7 +93,7 @@ on:
```
- `pull_request*`
* `pull_request*`
```yaml
on:
@ -126,7 +125,7 @@ on:
# Outputs: "Running on branch: feature/test".
```
- `tag*`
* `tag*`
```yaml
on:
@ -153,7 +152,6 @@ on:
# Outputs: "v0.0.1" OR "0.0.1"
```
### Possible usage with [actions/checkout@v2](https://github.com/actions/checkout):
```yaml