Skip to content

Commit a32b322

Browse files
committed
update
1 parent 983b03a commit a32b322

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-emulator-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
# Commit and push only the uv.lock file
9494
git add uv.lock
9595
git commit -m "Lock testing SDK branch: $BRANCH_NAME (PR #$PR_NUMBER)" || echo "No changes to commit"
96-
git push origin "$EMULATOR_BRANCH"
96+
git push --force-with-lease origin "$EMULATOR_BRANCH"
9797
9898
- name: Create or update PR in emulator repo
9999
uses: actions/github-script@v7

0 commit comments

Comments
 (0)