This commit is contained in:
2025-06-20 17:22:22 +02:00
parent ce6c71b4d4
commit fbaab89326

View File

@@ -31,7 +31,6 @@ jobs:
- name: Pull latest changes - name: Pull latest changes
run: | run: |
# Pull latest changes to prevent push conflicts # 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 fetch origin main
git rebase origin/main || { git rebase origin/main || {
echo "⚠️ Git rebase failed, likely due to conflicts." echo "⚠️ Git rebase failed, likely due to conflicts."