From e20b39e8edd36f0e14967f9cdd2feca9cad9e5a1 Mon Sep 17 00:00:00 2001 From: Stefan Zweifel Date: Wed, 5 Feb 2020 21:24:36 +0100 Subject: [PATCH] Remove branch default value --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index f02f682..5102e64 100644 --- a/action.yml +++ b/action.yml @@ -10,7 +10,7 @@ inputs: branch: description: Git branch name, where changes should be pushed too. required: false - default: ${GITHUB_REF:11} + default: null commit_options: description: Commit options (eg. --no-verify) required: false