From 76180511d9f2354bb712ec6338ce79d4f2061bfe Mon Sep 17 00:00:00 2001 From: Stefan Zweifel Date: Wed, 28 May 2025 11:37:04 +0200 Subject: [PATCH] Add deprecated inputs to fix unbound variable issue --- action.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/action.yml b/action.yml index 4b8f7c9..9df496a 100644 --- a/action.yml +++ b/action.yml @@ -66,6 +66,18 @@ inputs: internal_git_binary: description: Internal use only! Path to git binary used to check if git is available. (Don't change this!) default: git + skip_fetch: + description: "Deprecated: skip_fetch has been removed in v6. It does not have any effect anymore." + required: false + default: false + skip_checkout: + description: "Deprecated: skip_checkout has been removed in v6. It does not have any effect anymore." + required: false + default: false + create_branch: + description: "Deprecated: create_branch has been removed in v6. It does not have any effect anymore." + default: false + outputs: changes_detected: