From 1b9334e37ebbdb2f76b0730bad35a0de97a78ecd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Thu, 20 May 2021 12:33:41 +0200 Subject: [PATCH] fix: sync with private repo in CI --- .github/workflows/sync.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index 21aef85..53d7c17 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -11,5 +11,7 @@ jobs: - 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: Fetch + run: git fetch overhangio master - name: Push run: git push overhangio master