7
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-06-07 00:20:49 +00:00

fix: remote sync

This commit is contained in:
Régis Behmo 2021-07-05 10:20:06 +02:00
parent 6f04223d01
commit 4f8f0fe006

View File

@ -9,9 +9,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Add remote
run: git remote add overhangio https://${{ secrets.GIT_USERNAME }}:${{ secrets.GIT_PASSWORD }}@git.overhang.io/core/tutor.git
- name: Rebase
run: git pull --rebase overhangio master
- name: Push
run: git push overhangio master