Update android.yml

This commit is contained in:
Duy Tran Khanh 2021-07-23 14:22:59 +07:00 committed by GitHub
parent 74ed615157
commit ec67d6649c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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