From ec7aeeaf8097da8aa9e72e18d9c5c19495ae6d56 Mon Sep 17 00:00:00 2001 From: jackton1 Date: Tue, 22 Mar 2022 21:39:22 +0000 Subject: [PATCH] Updated README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 62d6b23..6cbf9a4 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ Support this project with a :star: |-----------------|--------|---------------------------------------------------------------------------------------------------------------| | base\_ref\_branch | string | The target branch of a pull request
e.g `main` | | current\_branch | string | Returns the value of the current branch
regardless of event\_type e.g `main`, `feature/test`, `v0.0.1`.
| -| default\_branch | string | | +| default\_branch | string | The default branch e.g `main` OR `master`
| | head\_ref\_branch | string | The source branch of a pull request
e.g `feature/test` | | is\_default | string | Returns `"true"` if the current branch is
the default else `"false"`. | | is\_tag | string | Returns `"true"` if the current branch is
a tag else `"false"`. |