From 4f8f0fe00693e9219d6385d6739c660a05c45346 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Mon, 5 Jul 2021 10:20:06 +0200 Subject: [PATCH] fix: remote sync --- .github/workflows/sync.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index f00217c..4ad6e0b 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -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