From 88f5be75322cc173dd21fa3dc881e8261c38ba45 Mon Sep 17 00:00:00 2001 From: Adam Lehechka <42357034+alehechka@users.noreply.github.com> Date: Sun, 20 Feb 2022 11:36:14 -0600 Subject: [PATCH] add output to README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 08a806a..c69dffb 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,12 @@ This action creates a new branch with the same commit reference as the branch it **Optional** The SHA1 value for the branch reference. +## Outputs + +### `created` + +Boolean value representing whether or not a new branch was created. + ## Example usage ```