From 38855a47c247abe111e22c850054599da2e2ef9f Mon Sep 17 00:00:00 2001 From: Rafi Arrafif Date: Sun, 1 Feb 2026 21:37:07 +0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20ci:=20fixing=20unresolved=20dept?= =?UTF-8?q?h?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/sync-github.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/sync-github.yml b/.gitea/workflows/sync-github.yml index 5b66a2e..48749f8 100644 --- a/.gitea/workflows/sync-github.yml +++ b/.gitea/workflows/sync-github.yml @@ -11,6 +11,8 @@ jobs: steps: - name: Checkout from Gitea uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Push to GitHub mirror-main run: | -- 2.49.0