Skip to content

Commit 328fb7a

Browse files
authored
Merge pull request #188 from tj-actions/chore/update-readme
2 parents 566db7b + 228b00f commit 328fb7a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -69,14 +69,14 @@ Support this project with a :star:
6969

7070
| OUTPUT | TYPE | DESCRIPTION |
7171
|-----------------|--------|--------------------------------------------------------------------------------|
72-
| base\_ref\_branch | string | The target branch of a pull request<br>or tag e.g `main` |
72+
| base\_ref\_branch | string | The target branch of a pull request<br>or tag e.g `main` |
7373
| current\_branch | string | The current branch name regardless of event\_type<br>e.g `main`, `feature/test` |
74-
| default\_branch | string | The default branch name e.g `main` OR<br>`master` |
75-
| head\_ref\_branch | string | The source branch of a pull request<br>e.g `feature/test` |
76-
| is\_default | string | Returns `"true"` if the current branch is<br>the default else `"false"`. |
77-
| is\_tag | string | Returns `"true"` if the current branch is<br>a tag else `"false"`. |
78-
| ref\_branch | string | The branch that triggered the workflow run.<br>e.g `1/merge`, `main` |
79-
| tag | string | The tag that triggered the workflow run.<br>e.g `v0.0.1`, `0.0.1` |
74+
| default\_branch | string | The default branch name e.g `main` OR<br>`master` |
75+
| head\_ref\_branch | string | The source branch of a pull request<br>e.g `feature/test` |
76+
| is\_default | string | Returns `"true"` if the current branch is<br>the default else `"false"`. |
77+
| is\_tag | string | Returns `"true"` if the current branch is<br>a tag else `"false"`. |
78+
| ref\_branch | string | The branch that triggered the workflow run.<br>e.g `1/merge`, `main` |
79+
| tag | string | The tag that triggered the workflow run.<br>e.g `v0.0.1`, `0.0.1` |
8080

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

@@ -86,7 +86,7 @@ Support this project with a :star:
8686

8787
| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION |
8888
|------------------|--------|----------|---------|----------------------------------------------------------------------------------------------|
89-
| strip\_tag\_prefix | string | false | | The prefix that should be stripped from<br>the tag e.g `v0.0.1` -> `(strip v)`<br>-> `0.0.1` |
89+
| strip\_tag\_prefix | string | false | | The prefix that should be stripped from<br>the tag e.g `v0.0.1` -> `(strip v)`<br>-> `0.0.1` |
9090

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

0 commit comments

Comments
 (0)