File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments