[gl4es] Swap repo

This commit is contained in:
Duy Tran Khanh 2021-06-29 14:06:42 +07:00 committed by GitHub
parent 4224c44221
commit 55b8b4d7a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,7 +39,7 @@ jobs:
if: steps.gl4es-cache.outputs.cache-hit != 'true' if: steps.gl4es-cache.outputs.cache-hit != 'true'
uses: actions/checkout@v2 uses: actions/checkout@v2
with: with:
repository: 'PojavLauncherTeam/gl4es' repository: 'ptitSeb/gl4es'
path: 'gl4es' path: 'gl4es'
- name: Build gl4es - name: Build gl4es
@ -47,7 +47,7 @@ jobs:
continue-on-error: true continue-on-error: true
run: | run: |
cd gl4es cd gl4es
git remote add upstream https://github.com/ptitSeb/gl4es git remote add upstream https://github.com/PojavLauncherTeam/gl4es
git fetch upstream git fetch upstream
git checkout master git checkout master
git merge upstream/master || echo "Merge exit code $?" git merge upstream/master || echo "Merge exit code $?"