Skip to content

Commit

Permalink
gettext-template: Fix the use of the default branch (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
Corentin Noël committed Nov 6, 2020
1 parent 9278919 commit 4e4476d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gettext-template/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ fi
DEFAULT_BRANCH="$(git remote show origin | grep 'HEAD branch' | cut -d' ' -f5)"

if [ -z "${INPUT_TRANSLATION_BRANCH}" ]; then
TRANSLATION_BRANCH=DEFAULT_BRANCH
TRANSLATION_BRANCH="${DEFAULT_BRANCH}"
else
TRANSLATION_BRANCH="${INPUT_TRANSLATION_BRANCH}"
fi
Expand Down

0 comments on commit 4e4476d

Please sign in to comment.