From 5cf65e905238ea53a7faa7b76443e1a681cdaf81 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Fri, 11 Dec 2020 10:21:30 -0500 Subject: [PATCH] Update README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index f8aaf6c..c1da0f6 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,17 @@ Get branch information without the `/ref/heads` prefix + +## Outputs + +| Output | type | Example | +|:--------------------:|:-----------:|:-----------------:| +| ref_branch | `string` | `main` | +| head_ref_branch | `string` | `feature/test` | +| base_ref_branch | `string` | `1/merge` | + + + * Free software: [MIT license](LICENSE)