From 8a5ddceef54ec246c02c4056d7acf07f7bc39cb5 Mon Sep 17 00:00:00 2001 From: Jeremy Janella Date: Fri, 22 May 2026 17:16:03 -0400 Subject: [PATCH] ci test --- .gitea/workflows/ci.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index ff3b3b3..834994a 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -14,6 +14,9 @@ jobs: build: runs-on: homelab-predator steps: + - name: Configure git + run: git config --global --add safe.directory /servers/site + - name: Pull working-directory: /servers/site run: git pull origin main