Fix typeshed-sync workflow (#19367)

This commit is contained in:
Alex Waygood
2025-07-15 19:07:38 +01:00
committed by GitHub
parent 8d7d02193e
commit c0d04f2d56
2 changed files with 3 additions and 3 deletions

View File

@@ -89,7 +89,7 @@ jobs:
- name: Push the changes
id: commit
if: ${{ success() }}
run: git push --force --set-upstream origin "${UPSTREAM_BRANCH}"
run: git -C ruff push --force --set-upstream origin "${UPSTREAM_BRANCH}"
# Checkout the branch created by the sync job,
# and sync all docstrings available on Windows that are not available on Linux.