Skip to content

Commit

Permalink
Merge pull request #92 from crowdin/VBeytok-patch-1
Browse files Browse the repository at this point in the history
Update entrypoint.sh
  • Loading branch information
VBeytok authored Sep 20, 2021
2 parents 1068e17 + 339642f commit d7f2172
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ push_to_branch() {
git config --global user.name "${INPUT_GITHUB_USER_NAME}"

if [ ${GITHUB_REF#refs/heads/} != $GITHUB_REF ]; then
git checkout "${BASE_REF}"
git checkout "${GITHUB_REF#refs/heads/}"
fi

if [ -n "$(git show-ref refs/heads/${LOCALIZATION_BRANCH})" ]; then
Expand Down

0 comments on commit d7f2172

Please sign in to comment.