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