diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 58beacb..f35e373 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -31,7 +31,6 @@ jobs: - name: Pull latest changes run: | # Pull latest changes to prevent push conflicts - git remote set-url origin https://x-access-token:${{ secrets.TOKEN }}@${{ github.repository_owner }}.gitea.io/${{ github.repository }}.git git fetch origin main git rebase origin/main || { echo "⚠️ Git rebase failed, likely due to conflicts."