From c9b3178725caf5265574799289d95f831daf1723 Mon Sep 17 00:00:00 2001 From: kalidax Date: Thu, 23 Nov 2023 16:09:53 +0100 Subject: [PATCH] test --- .github/workflows/sync-axelar-repo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-axelar-repo.yml b/.github/workflows/sync-axelar-repo.yml index 4b133c128..77e007812 100644 --- a/.github/workflows/sync-axelar-repo.yml +++ b/.github/workflows/sync-axelar-repo.yml @@ -19,4 +19,4 @@ jobs: # Set the push URL for the 'origin' remote git remote set-url --push origin ${{ secrets.PRIVATE_REPO_URL }} # Push changes using --mirror, excluding the deletion of the main branch - git push --mirror --no-thin --prune + git push --mirror --force