From 55b8b4d7a38ef0f2c2a9ac064266fee554e6fe51 Mon Sep 17 00:00:00 2001 From: Duy Tran Khanh <40482367+khanhduytran0@users.noreply.github.com> Date: Tue, 29 Jun 2021 14:06:42 +0700 Subject: [PATCH] [gl4es] Swap repo --- .github/workflows/android.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index c3d652036..58b34abf6 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -39,7 +39,7 @@ jobs: if: steps.gl4es-cache.outputs.cache-hit != 'true' uses: actions/checkout@v2 with: - repository: 'PojavLauncherTeam/gl4es' + repository: 'ptitSeb/gl4es' path: 'gl4es' - name: Build gl4es @@ -47,7 +47,7 @@ jobs: continue-on-error: true run: | cd gl4es - git remote add upstream https://github.com/ptitSeb/gl4es + git remote add upstream https://github.com/PojavLauncherTeam/gl4es git fetch upstream git checkout master git merge upstream/master || echo "Merge exit code $?"