Update android.yml

This commit is contained in:
Duy Tran Khanh 2021-07-17 19:34:41 +07:00 committed by GitHub
parent dc91a76255
commit d87efa039f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,7 +48,8 @@ jobs:
continue-on-error: true
run: |
cd gl4es
git config --global user.name
git config --global user.email "PojavLauncherTeam@users.noreply.github.com"
git config --global user.name "PojavLauncherTeam"
git remote add upstream https://github.com/PojavLauncherTeam/gl4es
git fetch upstream
git checkout master