fix path
This commit is contained in:
@@ -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."
|
||||||
|
|||||||
Reference in New Issue
Block a user