From 43c987e1539f2edaa9468a9b93d92a3753d6affb Mon Sep 17 00:00:00 2001 From: Luis Montero Date: Tue, 7 May 2024 16:44:48 +0200 Subject: [PATCH] fix: remove .git to sync job --- .github/workflows/sync_on_push.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/sync_on_push.yaml b/.github/workflows/sync_on_push.yaml index 1809629859..796fa6df65 100644 --- a/.github/workflows/sync_on_push.yaml +++ b/.github/workflows/sync_on_push.yaml @@ -18,12 +18,6 @@ jobs: fetch-depth: 0 lfs: true - - name: Save repo - uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 - with: - name: repo-archive - path: '.' - # Initial action can be found here: https://github.com/wei/git-sync # The issue is that it does not handle LFS files when pushing, so we had to fork it and # add the feature