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 b00bed0
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,14 @@ jobs:
sync:
runs-on: ubuntu-latest
steps:
- name: debug
run: env | sort
- 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: Rebase
run: git pull --rebase overhangio master
- name: debug check branch
run: git branch
- name: debug check log
run: git log -10
- name: Push
run: git push overhangio master
run: git push overhangio master:master

0 comments on commit b00bed0

Please sign in to comment.