From efa7568738e55e75bda194425ac71cbf7ab0ff4c Mon Sep 17 00:00:00 2001 From: jackton1 Date: Thu, 22 Sep 2022 15:11:37 +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 4d23e62..9fc43a0 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ Support this project with a :star: | OUTPUT | TYPE | DESCRIPTION | |-----------------|--------|-------------------------------------------------------------------------------------| -| base\_ref\_branch | string | The target branch of a pull request
or the target branch for a tag
e.g `main` | +| base\_ref\_branch | string | The target branch of a pull request
or the source branch for a tag
e.g `main` | | current\_branch | string | The current branch name regardless of event\_type
e.g `main`, `feature/test` | | default\_branch | string | The default branch name e.g `main` OR
`master` | | head\_ref\_branch | string | The source branch of a pull request
e.g `feature/test` |