Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/workflows/manual_regenerate_models.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# 1. Automatically via workflow_dispatch from the apify-docs CI pipeline (with docs_pr_number and docs_workflow_run_id).
# 2. Manually from the GitHub UI (without any inputs) to regenerate from the live published spec.

name: Regenerate models from OpenAPI spec
name: Regenerate models

on:
workflow_dispatch:
Expand Down Expand Up @@ -93,7 +93,8 @@ jobs:
author_email: apify-service-account@users.noreply.github.com
message: ${{ env.TITLE }}
new_branch: ${{ env.BRANCH }}
push: --force
commit: --no-verify
push: -u origin ${{ env.BRANCH }} --force

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