From fbaab893267e49eb9615c8b983f812c0fb13c8b4 Mon Sep 17 00:00:00 2001 From: Arlind-dev Date: Fri, 20 Jun 2025 17:22:22 +0200 Subject: [PATCH] fix path --- .gitea/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) 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."