From 3cf5bcc331e8c9783534113c92292283c784b25a Mon Sep 17 00:00:00 2001 From: Roman Bredehoft Date: Wed, 3 Apr 2024 14:39:25 +0200 Subject: [PATCH] chore: update git sync action sha --- .github/workflows/sync_on_push.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/sync_on_push.yaml b/.github/workflows/sync_on_push.yaml index 4a3e8489d3..6b149d623d 100644 --- a/.github/workflows/sync_on_push.yaml +++ b/.github/workflows/sync_on_push.yaml @@ -3,8 +3,8 @@ name: Sync repos on: push: - branches: - - 'main' + # branches: + # - 'main' workflow_dispatch: jobs: @@ -25,10 +25,10 @@ jobs: path: '.' - name: git-sync - uses: RomanBredehoft/git-sync@c6b1a2f2a5b9c43a0009434b0969d17dde73fcdf + uses: RomanBredehoft/git-sync@836de2d057c5bfae184bc4d45160463fe8653796 with: source_repo: "zama-ai/concrete-ml" source_branch: "main" destination_repo: "https://${{ secrets.BOT_USERNAME }}:${{ secrets.CONCRETE_ACTIONS_TOKEN }}@github.com/${{ secrets.SYNC_DEST_REPO }}" destination_branch: "main" - push_lfs_all: true + push_lfs: true