We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 983b03a commit a32b322Copy full SHA for a32b322
.github/workflows/create-emulator-pr.yml
@@ -93,7 +93,7 @@ jobs:
93
# Commit and push only the uv.lock file
94
git add uv.lock
95
git commit -m "Lock testing SDK branch: $BRANCH_NAME (PR #$PR_NUMBER)" || echo "No changes to commit"
96
- git push origin "$EMULATOR_BRANCH"
+ git push --force-with-lease origin "$EMULATOR_BRANCH"
97
98
- name: Create or update PR in emulator repo
99
uses: actions/github-script@v7
0 commit comments