From 8dba02380fc2e1d28ed3017ff4f16cea4bcda321 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Sun, 13 Feb 2022 00:47:03 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b1ab9f8..96cb85a 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ Support this project with a :star: |:--------------------:|:------------:|:---------------------------:|:-----------------------------------------------------------------:| | is\_default | `boolean` | `true` *OR* `false` | Detects wheter the workflow is running on a default branch | | is\_tag | `boolean` | `true` *OR* `false` | Detects wheter the workflow is running on a tag branch | -| current\_branch | `string` | `main` *OR* `feature/test` *OR* `v0.0.1` | Always returns a valid branch name for a triggered workflow run. | +| current\_branch | `string` | `main`
*OR*
`feature/test`
*OR*
`v0.0.1` | Always returns a valid branch name for a triggered workflow run. | | base\_ref\_branch | `string` | `main` | The target branch of a pull request | | head\_ref\_branch | `string` | `feature/test` | The source branch of a pull request | | ref\_branch | `string` | `1/merge` *OR* `main` | The branch that triggered the workflow run |