You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| <aname="output_base_ref_branch"></a>[base\_ref\_branch](#output_base_ref_branch)| string | The target branch of a <br>pull request or tag e.g <br>`main`|
113
+
| <aname="output_current_branch"></a>[current\_branch](#output_current_branch)| string | The current branch name regardless <br>of event\_type e.g `main`, `feature/test`|
114
+
| <aname="output_default_branch"></a>[default\_branch](#output_default_branch)| string | The default branch name e.g <br>`main` OR `master`|
115
+
| <aname="output_head_ref_branch"></a>[head\_ref\_branch](#output_head_ref_branch)| string | The source branch of a <br>pull request e.g `feature/test`|
116
+
| <aname="output_is_default"></a>[is\_default](#output_is_default)| string | Returns `"true"` if the current <br>branch is the default else <br>`"false"`. |
117
+
| <aname="output_is_tag"></a>[is\_tag](#output_is_tag)| string | Returns `"true"` if the current <br>branch is a tag else <br>`"false"`. |
118
+
| <aname="output_ref_branch"></a>[ref\_branch](#output_ref_branch)| string | The branch that triggered the <br>workflow run. e.g `1/merge`, `main`|
119
+
| <aname="output_tag"></a>[tag](#output_tag)| string | The tag that triggered the <br>workflow run. e.g `v0.0.1`, `0.0.1`|
0 commit comments