From 828ee9b9bad9df425426ea81df79cf021cdf4393 Mon Sep 17 00:00:00 2001 From: Pascal Zimmermann Date: Wed, 15 Jun 2022 15:48:45 +0200 Subject: [PATCH] Fix removed code lines --- start.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/start.sh b/start.sh index c14e139..31309ee 100755 --- a/start.sh +++ b/start.sh @@ -14,6 +14,10 @@ echo "Push to branch $INPUT_BRANCH"; exit 1; }; +if ${INPUT_FORCE}; then + _FORCE_OPTION='--force' + fi + if ${INPUT_TAGS}; then _TAGS='--tags' fi