From 76f415fb30f4c37c8ee7ace2b2f21217c91ca084 Mon Sep 17 00:00:00 2001 From: Stefan Zweifel Date: Wed, 20 Dec 2023 20:19:38 +0100 Subject: [PATCH] Remove skip_fetch, skip_checkout and create_branch --- action.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/action.yml b/action.yml index 8192c95..775dd2f 100644 --- a/action.yml +++ b/action.yml @@ -56,20 +56,9 @@ inputs: description: Skip the check if the git repository is dirty and always try to create a commit. required: false default: false - skip_fetch: - description: Skip the call to git-fetch. - required: false - default: false - skip_checkout: - description: Skip the call to git-checkout. - required: false - default: false 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: Create new branch with the name of `branch`-input in local and remote repository, if it doesn't exist yet. - default: false internal_git_binary: description: Internal use only! Path to git binary used to check if git is available. (Don't change this!) default: git