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.