Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Mar 22, 2022
1 parent af5fb33 commit 5225f98
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,16 +80,6 @@ Support this project with a :star:

<!-- AUTO-DOC-OUTPUT:END -->

| 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` <br> *OR* <br> `feature/test` <br> *OR* <br> `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

<!-- AUTO-DOC-INPUT:START - Do not remove or modify this section -->
Expand All @@ -100,10 +90,6 @@ Support this project with a :star:

<!-- AUTO-DOC-INPUT:END -->

| Input | type | default | Description |
|:-----------------:|:---------:|:--------:|:-----------------------:|
| strip\_tag\_prefix | `string` | `''` | The tag prefix to strip <br> e.g `v0.0.1` -> `v` -> `0.0.1` |

## Events

* `push*`
Expand Down

0 comments on commit 5225f98

Please sign in to comment.