From a042e1538696e3c4774633b4522bda5f6438385e Mon Sep 17 00:00:00 2001 From: Sasi Date: Thu, 14 Dec 2023 22:29:29 +0530 Subject: [PATCH] ci: update sync --- .github/workflows/sync.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index e63caf7..bdba976 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -34,4 +34,4 @@ jobs: git config --local user.email "action@github.com" git add scripts/last-synced.json git diff --staged --quiet || git commit -m "ci: update last-synced.json" - git push --force origin master + git push origin master