6
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-12-12 14:17:46 +00:00

ci: fix sync with private repository

This commit is contained in:
Régis Behmo 2021-06-14 08:16:40 +02:00
parent ceddc11c29
commit 775a20b156

View File

@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v2
- name: Add remote
run: git remote add overhangio https://${{ secrets.GIT_USERNAME }}:${{ secrets.GIT_PASSWORD }}@git.overhang.io/core/tutor.git
- name: Fetch
run: git fetch overhangio master
- name: Rebase
run: git pull --rebase overhangio master
- name: Push
run: git push overhangio master