We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccfdca1 commit 2256199Copy full SHA for 2256199
1 file changed
.github/workflows/manual_regenerate_models.yaml
@@ -40,7 +40,7 @@ jobs:
40
BRANCH: ${{ inputs.docs_pr_number && format('update-models-docs-pr-{0}', inputs.docs_pr_number) || 'update-models-manual' }}
41
# Message for the automated regeneration commit. Kept descriptive (and traceable to the docs PR) for the
42
# branch history. It is deliberately NOT reused as the PR title.
43
- COMMIT_MESSAGE: "${{ inputs.docs_pr_number && format('chore: update generated models from apify-docs PR #{0}', inputs.docs_pr_number) || 'chore: update generated models from published OpenAPI spec' }}"
+ COMMIT_MESSAGE: "${{ inputs.docs_pr_number && format('update generated models from apify-docs PR #{0}', inputs.docs_pr_number) || 'update generated models from published OpenAPI spec' }}"
44
# Placeholder PR title — just `TODO`, so it carries no valid commit type and `pr-title-check` stays red
45
# until a human replaces it (the default can never be merged as-is). The required action, the apify-docs
46
# reference, and its link all live in the PR body, not the title.
0 commit comments