Attempt to fix i18n script
This commit is contained in:
parent
a10bff1018
commit
28838454f5
1 changed files with 0 additions and 1 deletions
1
.github/scripts/i18n.sh
vendored
1
.github/scripts/i18n.sh
vendored
|
|
@ -41,7 +41,6 @@ if [ -z "$GIT_USER_NAME" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# make sure branches are up-to-date
|
# make sure branches are up-to-date
|
||||||
git fetch
|
|
||||||
echo "Setting up git credentials..."
|
echo "Setting up git credentials..."
|
||||||
git remote set-url origin https://x-access-token:"$GITHUB_TOKEN"@github.com/"$GITHUB_REPOSITORY".git
|
git remote set-url origin https://x-access-token:"$GITHUB_TOKEN"@github.com/"$GITHUB_REPOSITORY".git
|
||||||
git config --global user.email "$GIT_USER_EMAIL"
|
git config --global user.email "$GIT_USER_EMAIL"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue