fix: remote sync

This commit is contained in:
Régis Behmo 2021-07-05 10:20:06 +02:00
parent 6f04223d01
commit 4f8f0fe006
1 changed files with 2 additions and 2 deletions

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