From 9f1248ad23b54c4276bf4742c7badc5ef8828eb6 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Fri, 11 Dec 2020 10:42:24 -0500 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 2801a47..0575e87 100644 --- a/README.md +++ b/README.md @@ -37,11 +37,11 @@ Get branch information without the `/ref/*` prefix ## Outputs -| Output | type | Example | -|:--------------------:|:-----------:|:-----------------:| -| ref_branch | `string` | `main` | -| head_ref_branch | `string` | `feature/test` | -| base_ref_branch | `string` | `1/merge` | +| Output | type | Example | Description | +|:--------------------:|:-----------:|:-----------------:|:------------------------------------------------:| +| ref_branch | `string` | `main` | The target branch of a pull request | +| head_ref_branch | `string` | `feature/test` | The source branch of a pull request | +| base_ref_branch | `string` | `1/merge` | The branch that triggered the workflow run |