Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Jul 5, 2021
1 parent 76d4646 commit fb0b29a
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -94,7 +93,7 @@ on:

```

- `pull_request*`
* `pull_request*`

```yaml
on:
Expand Down Expand Up @@ -126,7 +125,7 @@ on:
# Outputs: "Running on branch: feature/test".
```

- `tag*`
* `tag*`

```yaml
on:
Expand All @@ -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
Expand Down

0 comments on commit fb0b29a

Please sign in to comment.