From 39073b76738c43b42b53cfc213d051eb15742d77 Mon Sep 17 00:00:00 2001 From: hhs <386998068@qq.com> Date: Sat, 20 Jun 2026 17:21:40 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=B7=BB=E5=8A=A0=20git=20safe.director?= =?UTF-8?q?y=20=E9=85=8D=E7=BD=AE=EF=BC=8C=E4=BF=AE=E5=A4=8D=20CI/CD=20?= =?UTF-8?q?=E4=B8=AD=20dubious=20ownership=20=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index c1afd7a..967ed88 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -10,6 +10,7 @@ jobs: steps: - name: Deploy run: | + git config --global --add safe.directory /root/camtalk if [ -d /root/camtalk/.git ]; then cd /root/camtalk git fetch origin ${GITHUB_REF_NAME} --depth=1