From 44c480a89a63ef505e231dfc2b18736410c1b247 Mon Sep 17 00:00:00 2001 From: datadunia Date: Thu, 7 May 2026 11:10:14 +0700 Subject: [PATCH] fix: shallow --- .gitea/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index 0da9510..d4bd06a 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -18,7 +18,7 @@ jobs: steps: - name: Clone repository with submodules run: | -# 1. Set config secara global agar terbaca oleh submodule + # 1. Set config secara global agar terbaca oleh submodule # Gunakan "token" atau "Bearer" sesuai konfigurasi Gitea Anda git config --global http.extraheader "Authorization: token ${{ secrets.MY_GITEA_TOKEN }}"