From 662149bb013c9a073e5abed254fee79d555490c6 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 25 Jul 2022 12:57:06 +0200 Subject: [PATCH] fix: allow empty additional options --- action.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.sh b/action.sh index 8fe23a736..cfd3e54aa 100755 --- a/action.sh +++ b/action.sh @@ -21,4 +21,4 @@ git config --global user.email "action@github.com" -m semantic_release publish \ -v DEBUG \ -D commit_author="github-actions " \ - "${INPUT_ADDITIONAL_OPTIONS}" + ${INPUT_ADDITIONAL_OPTIONS}