This commit is contained in:
m3tm3re
2026-01-18 07:49:05 +01:00
parent ae9a0ceb10
commit 91ca3336cb

View File

@@ -159,6 +159,12 @@ jobs:
run: |
cd "$REPO_DIR"
PACKAGES="${{ steps.update.outputs.updated_packages }}"
echo "Checking for dirty state..."
git status --porcelain
echo "Resetting any unstaged changes (e.g. dirty lockfiles) before rebase..."
git reset --hard HEAD
echo "Pulling latest changes (rebase)..."
git pull --rebase origin master