ci: Fix commit and push in regenerate models workflow (#702)
## Summary Fixes two bugs in the `manual_regenerate_models` workflow that caused the [manual run](https://github.com/apify/apify-client-python/actions/runs/24075156216/job/70221653926) to fail: - **Pre-commit hook blocked commit**: `git commit` triggered the type-check hook, which failed because regenerated models removed symbols (`ScheduleCreateActions`, `TaskOptions`) still imported by client code. Added `commit: --no-verify` to bypass hooks — the resulting PR will get proper CI checks anyway. - pre commit failures should be addressed manually - **Push failed for new branch**: `push: --force` ran `git push --force` without setting upstream tracking. Changed to `push: -u origin $BRANCH --force` so the new branch is correctly pushed. --------- Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
V
Vlada Dusek committed
ad53091be6239b3eac62503be97a8174123053c7
Parent: a6a6fde
Committed by GitHub <noreply@github.com>
on 4/7/2026, 12:52:38 PM