Skip to content

Commit 07e5812

Browse files
vdusekclaude
andcommitted
fix: correct workflow filename reference for model regeneration
The workflow in apify-client-python is named manual_regenerate_models.yaml, not regenerate_models.yaml. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 6b08a4c commit 07e5812

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/openapi-ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ jobs:
149149
GITHUB_TOKEN: ${{ secrets.APIFY_SERVICE_ACCOUNT_GITHUB_TOKEN }}
150150
PR_NUMBER: ${{ github.event.pull_request.number }}
151151
run: |
152-
gh workflow run regenerate_models.yaml \
152+
gh workflow run manual_regenerate_models.yaml \
153153
--repo apify/apify-client-python \
154154
--field docs_pr_number="$PR_NUMBER" \
155155
--field docs_workflow_run_id="${{ github.run_id }}"
@@ -169,7 +169,7 @@ jobs:
169169
env:
170170
GITHUB_TOKEN: ${{ secrets.APIFY_SERVICE_ACCOUNT_GITHUB_TOKEN }}
171171
PR_NUMBER: ${{ github.event.pull_request.number }}
172-
# Branch name convention must match what regenerate_models.yaml creates.
172+
# Branch name convention must match what manual_regenerate_models.yaml creates.
173173
run: |
174174
BRANCH="update-models-docs-pr-${PR_NUMBER}"
175175
EXISTING_PR=$(gh pr list \

0 commit comments

Comments
 (0)