From fb0b29a48fe68184e2cb44bff033a423d108d3c3 Mon Sep 17 00:00:00 2001 From: jackton1 Date: Mon, 5 Jul 2021 21:25:13 +0000 Subject: [PATCH] Updated README.md --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index cf0f45d..b37e3bf 100644 --- a/README.md +++ b/README.md @@ -58,10 +58,9 @@ on: |:-----------------:|:---------:|:--------:|:-----------------------:| | strip_tag_prefix | `string` | `''` | The tag prefix to strip
*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