From 519528830c0245e6258cee816b747d81672fa94c Mon Sep 17 00:00:00 2001 From: BigGamerGary Date: Wed, 13 Aug 2025 21:43:58 +1000 Subject: [PATCH] gemini will mess with me at all times is --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 3bf95a3..bad3ba2 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -19,7 +19,7 @@ steps: - cd /app # Navigate to the mounted project directory. # Configure Git to trust the mounted directory to avoid 'unsafe repository' warnings. - git config --global --add safe.directory /app - - git pull origin main # Pull the latest changes from the 'main' branch. + - git pull # Pull the latest changes from the 'main' branch. - echo "Source code updated." - name: manage-bot-containers # Step 2: Manage your bot's Docker containers.