From cff8c809beabc501dbed1dd4c67910ffbf0116e8 Mon Sep 17 00:00:00 2001 From: Sergey Karmanov Date: Sun, 24 May 2026 19:31:09 +0300 Subject: [PATCH] fix ci --- .gitea/workflows/build-plugin.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/build-plugin.yml b/.gitea/workflows/build-plugin.yml index 3cf122e..c7be9fa 100644 --- a/.gitea/workflows/build-plugin.yml +++ b/.gitea/workflows/build-plugin.yml @@ -33,7 +33,9 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 with: - submodules: recursive + fetch-depth: 1 + submodules: true + persist-credentials: false token: ${{ secrets.TOKEN }} - name: Setup .NET