From 66a3cd4ccaefd2ff6e05d528c40454baff12889a Mon Sep 17 00:00:00 2001 From: Vitalii Smolinskyi Date: Fri, 24 Apr 2020 20:04:02 +0300 Subject: [PATCH] rename crowdin_branch_name variable --- entrypoint.sh | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/entrypoint.sh b/entrypoint.sh index 98de780..6d2748d 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -79,19 +79,14 @@ if [[ "$INPUT_DEBUG_MODE" = true ]]; then set -x; fi -# declare -a config_options=(); -# declare -a options=( "--no-progress" ); - CONFIG_OPTIONS=""; OPTIONS="--no-progress"; if [[ -n "$INPUT_CROWDIN_BRANCH_NAME" ]]; then - # options+=( "--branch=$INPUT_BRANCH_NAME" ); - OPTIONS="${OPTIONS} --branch=$INPUT_BRANCH_NAME" + OPTIONS="${OPTIONS} --branch=${INPUT_CROWDIN_BRANCH_NAME}" fi if [[ "$INPUT_DRYRUN_ACTION" = true ]]; then - #options+=( "--dryrun" ); OPTIONS="${OPTIONS} --dryrun" fi