@@ -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