wf test
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user