From 93fe339d55d9723749947a7279c8f3459c5ef479 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Sun, 7 Feb 2021 20:21:15 -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 bbf44b8..844e620 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ 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 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 |