From 228b00f519facfd7c617022dba9fbaab928f3769 Mon Sep 17 00:00:00 2001 From: jackton1 Date: Sun, 30 Oct 2022 03:38:49 +0000 Subject: [PATCH] Updated README.md --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 47cdcc0..29cde8e 100644 --- a/README.md +++ b/README.md @@ -69,14 +69,14 @@ Support this project with a :star: | OUTPUT | TYPE | DESCRIPTION | |-----------------|--------|--------------------------------------------------------------------------------| -| base\_ref\_branch | string | The target branch of a pull request
or tag e.g `main` | +| base\_ref\_branch | string | The target branch of a pull request
or 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` | -| 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"`. | -| ref\_branch | string | The branch that triggered the workflow run.
e.g `1/merge`, `main` | -| tag | string | The tag that triggered the workflow run.
e.g `v0.0.1`, `0.0.1` | +| 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` | +| 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"`. | +| ref\_branch | string | The branch that triggered the workflow run.
e.g `1/merge`, `main` | +| tag | string | The tag that triggered the workflow run.
e.g `v0.0.1`, `0.0.1` | @@ -86,7 +86,7 @@ Support this project with a :star: | INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION | |------------------|--------|----------|---------|----------------------------------------------------------------------------------------------| -| strip\_tag\_prefix | string | false | | The prefix that should be stripped from
the tag e.g `v0.0.1` -> `(strip v)`
-> `0.0.1` | +| strip\_tag\_prefix | string | false | | The prefix that should be stripped from
the tag e.g `v0.0.1` -> `(strip v)`
-> `0.0.1` |