From b0750c3c79cf364269db5417f302eb0e2775b5eb Mon Sep 17 00:00:00 2001 From: Jeremy Janella Date: Sun, 24 May 2026 11:15:01 -0400 Subject: [PATCH] ci git conf --- .gitea/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 73863c9..52b72a8 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -14,8 +14,8 @@ jobs: build: runs-on: homelab steps: - # - name: Configure git - # run: | #git config --global --add safe.directory /servers/site + - name: Configure git + run: git config --global --add safe.directory /servers/site - name: Pull working-directory: /servers/site