Skip to content

Commit f6b5fef

Browse files
vdusekclaude
andcommitted
fix(ci): fix commit and push in regenerate models workflow
The pre-commit hook (type-check) blocked the commit because regenerated models can remove symbols still used by client code, and the push failed because the new branch had no upstream tracking set. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent a6a6fde commit f6b5fef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/manual_regenerate_models.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,8 @@ jobs:
9393
author_email: apify-service-account@users.noreply.github.com
9494
message: ${{ env.TITLE }}
9595
new_branch: ${{ env.BRANCH }}
96-
push: --force
96+
commit: --no-verify
97+
push: -u origin ${{ env.BRANCH }} --force
9798

9899
- name: Create or update PR
99100
if: steps.commit.outputs.committed == 'true'

0 commit comments

Comments
 (0)