From 6f89b5fcf50d9b3e231424431bbac114d981575e Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Tue, 29 Dec 2020 09:15:18 -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 243e2b2..1dba13b 100644 --- a/README.md +++ b/README.md @@ -61,11 +61,11 @@ on: ## Outputs -| Output | type | Example | Description | -|:--------------------:|:-----------:|:-----------------:|:------------------------------------------------:| -| 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` | The branch that triggered the workflow run | +| Output | type | Example | Description | +|:--------------------:|:-----------:|:---------------------:|:------------------------------------------------:| +| 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` | `main` | The branch that triggered the workflow run |