From 7da2c70561f125c8d58331e6bfa3b89defa7d748 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?jenn=20=E2=9D=A5?= Date: Mon, 20 Nov 2023 11:35:45 -0800 Subject: [PATCH] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 8192c95..5f416cb 100644 --- a/action.yml +++ b/action.yml @@ -68,7 +68,7 @@ inputs: description: Stop the shell from expanding filenames (https://www.gnu.org/software/bash/manual/html_node/Filename-Expansion.html) default: false create_branch: - description: Create new branch with the name of `branch`-input in local and remote repository, if it doesn't exist yet. + description: Create new branch with the name of `branch`-input in local and remote repository. default: false internal_git_binary: description: Internal use only! Path to git binary used to check if git is available. (Don't change this!)