Skip to content

Commit e5c2d39

Browse files
vdusekclaude
andcommitted
fix: rename branch, clean up quotes, use placeholder PR title
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 3c43378 commit e5c2d39

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/regenerate_models.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ on:
77
workflow_dispatch:
88
inputs:
99
docs_pr_number:
10-
description: "PR number in apify/apify-docs that triggered this workflow"
10+
description: PR number in apify/apify-docs that triggered this workflow
1111
required: true
1212
type: string
1313
docs_pr_sha:
14-
description: "Commit SHA from the apify/apify-docs PR"
14+
description: Commit SHA from the apify/apify-docs PR
1515
required: true
1616
type: string
1717

@@ -102,9 +102,9 @@ jobs:
102102
if: steps.changes.outputs.changed == 'true'
103103
id: pr
104104
run: |
105-
BRANCH="chore/update-models-docs-pr-${DOCS_PR_NUMBER}"
105+
BRANCH="update-models-docs-pr-${DOCS_PR_NUMBER}"
106106
DOCS_PR_URL="https://github.com/apify/apify-docs/pull/${DOCS_PR_NUMBER}"
107-
TITLE="chore: update generated models from apify-docs PR #${DOCS_PR_NUMBER}"
107+
TITLE="[TODO]: update generated models from apify-docs PR #${DOCS_PR_NUMBER}"
108108
109109
# -B creates the branch or resets it if it already exists (re-runs for the same docs PR).
110110
git checkout -B "$BRANCH"

0 commit comments

Comments
 (0)