From 6f7d3396b1a3af4403dc1e1eee86ca119a2cc3f6 Mon Sep 17 00:00:00 2001 From: Stefan Zweifel Date: Wed, 23 Feb 2022 20:36:56 +0100 Subject: [PATCH] Add create_branch option --- action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/action.yml b/action.yml index 03a8557..a66f8b6 100644 --- a/action.yml +++ b/action.yml @@ -67,6 +67,9 @@ inputs: disable_globbing: description: Stop the shell from expanding filenames (https://www.gnu.org/software/bash/manual/html_node/Filename-Expansion.html) default: false + create_branch: + description: Checkout new local branch and try to create new branch on remote. + default: false outputs: changes_detected: