From 28838454f5cdd46d7125610358aee4d5c26c6ce8 Mon Sep 17 00:00:00 2001 From: Lucas Nicodemus Date: Thu, 20 Oct 2022 02:15:37 -0700 Subject: [PATCH] Attempt to fix i18n script --- .github/scripts/i18n.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/scripts/i18n.sh b/.github/scripts/i18n.sh index 0bd9a0de..e8670edc 100755 --- a/.github/scripts/i18n.sh +++ b/.github/scripts/i18n.sh @@ -41,7 +41,6 @@ if [ -z "$GIT_USER_NAME" ]; then fi # make sure branches are up-to-date -git fetch echo "Setting up git credentials..." git remote set-url origin https://x-access-token:"$GITHUB_TOKEN"@github.com/"$GITHUB_REPOSITORY".git git config --global user.email "$GIT_USER_EMAIL"