Skip to content

Commit 4e4476d

Browse files
author
Corentin Noël
authored
gettext-template: Fix the use of the default branch (#54)
1 parent 9278919 commit 4e4476d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gettext-template/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ fi
1616
DEFAULT_BRANCH="$(git remote show origin | grep 'HEAD branch' | cut -d' ' -f5)"
1717

1818
if [ -z "${INPUT_TRANSLATION_BRANCH}" ]; then
19-
TRANSLATION_BRANCH=DEFAULT_BRANCH
19+
TRANSLATION_BRANCH="${DEFAULT_BRANCH}"
2020
else
2121
TRANSLATION_BRANCH="${INPUT_TRANSLATION_BRANCH}"
2222
fi

0 commit comments

Comments
 (0)