From 5225f989691603345b77bc1790958356a6ee0fbb Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Tue, 22 Mar 2022 17:25:15 -0400 Subject: [PATCH] Update README.md --- README.md | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/README.md b/README.md index 61dd68e..5283cee 100644 --- a/README.md +++ b/README.md @@ -80,16 +80,6 @@ Support this project with a :star: -| Output | type | Example | Description | -|:--------------------:|:------------:|:---------------------------:|:-----------------------------------------------------------------:| -| is\_default | `boolean` | `true` *OR* `false` | Detects wheter the workflow is running on a default branch | -| is\_tag | `boolean` | `true` *OR* `false` | Detects wheter the workflow is running on a tag branch | -| current\_branch | `string` | `main`
*OR*
`feature/test`
*OR*
`v0.0.1` | Always returns a valid branch name for a triggered workflow run. | -| base\_ref\_branch | `string` | `main` | The target branch of a pull request | -| head\_ref\_branch | `string` | `feature/test` | The source branch of a pull request | -| ref\_branch | `string` | `1/merge` *OR* `main` | The branch that triggered the workflow run | -| tag | `string` | `v0.0.1` *OR* `0.0.1` | The tag that triggered the workflow run | - ## Inputs @@ -100,10 +90,6 @@ Support this project with a :star: -| Input | type | default | Description | -|:-----------------:|:---------:|:--------:|:-----------------------:| -| strip\_tag\_prefix | `string` | `''` | The tag prefix to strip
e.g `v0.0.1` -> `v` -> `0.0.1` | - ## Events * `push*`