From 51bf6b9806efe46fc78d373edf9c6b47f457f9ee Mon Sep 17 00:00:00 2001 From: titswort Date: Thu, 21 Dec 2023 16:36:52 -0800 Subject: [PATCH] add force push --- .github/workflows/sync-space.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-space.yaml b/.github/workflows/sync-space.yaml index b1b7375..c5f08b6 100644 --- a/.github/workflows/sync-space.yaml +++ b/.github/workflows/sync-space.yaml @@ -28,4 +28,4 @@ jobs: git config --global user.email "${{ github.event.pusher.email }}" git config --global user.name "${{ github.event.pusher.name }}" git commit -m 'sync space' - git push hf main + git push hf main --force