From 65870752db8656b864d7f135accf765ae277fd05 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Sun, 7 Feb 2021 20:20:09 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1980629..bbf44b8 100644 --- a/README.md +++ b/README.md @@ -9,10 +9,10 @@ Get branch information without the `/ref/*` prefix | Output | type | Example | Description | |:--------------------:|:-----------:|:---------------------------:|:-----------------------------------------------------------:| -| current_branch | `string` | `main` or `feature/test` | Always returns the branch that triggered the workflow run. | +| current_branch | `string` | `main` *OR* `feature/test` | Always returns the branch that triggered the 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 | +| ref_branch | `string` | `1/merge` *OR* `main` | The branch that triggered the workflow run | ## Usage