mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-12-13 14:43:03 +00:00
fix: remote sync
This commit is contained in:
parent
6f04223d01
commit
4f8f0fe006
4
.github/workflows/sync.yml
vendored
4
.github/workflows/sync.yml
vendored
@ -9,9 +9,9 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
with:
|
||||||
|
fetch-depth: 0
|
||||||
- name: Add remote
|
- name: Add remote
|
||||||
run: git remote add overhangio https://${{ secrets.GIT_USERNAME }}:${{ secrets.GIT_PASSWORD }}@git.overhang.io/core/tutor.git
|
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
|
- name: Push
|
||||||
run: git push overhangio master
|
run: git push overhangio master
|
||||||
|
Loading…
Reference in New Issue
Block a user