Skip to content

Commit

Permalink
fix: remote sync
Browse files Browse the repository at this point in the history
  • Loading branch information
regisb committed Jul 5, 2021
1 parent 6f04223 commit 4f8f0fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4f8f0fe

Please sign in to comment.