Attempt to fix i18n script

This commit is contained in:
Lucas Nicodemus 2022-10-20 02:15:37 -07:00
parent a10bff1018
commit 28838454f5
No known key found for this signature in database

View file

@ -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"