diff --git a/.github/workflows/Synchronization.yml b/.github/workflows/Synchronization.yml index 878a6a7c..cf8ba9a7 100644 --- a/.github/workflows/Synchronization.yml +++ b/.github/workflows/Synchronization.yml @@ -12,8 +12,9 @@ jobs: name: id_rsa known_hosts: ${{ secrets.KNOWN_HOSTS }} if_key_exists: replace + - name: Fetch unshallow + run: git fetch --unshallow - name: Set remote url run: git remote set-url --push origin git@git.picodata.io:picodata/picodata/tarantool-module.git - name: Push files run: git push -