We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5754894 commit c11b219Copy full SHA for c11b219
.github/workflows/manual_regenerate_models.yaml
@@ -168,11 +168,6 @@ jobs:
168
env:
169
GH_TOKEN: ${{ secrets.APIFY_SERVICE_ACCOUNT_GITHUB_TOKEN }}
170
run: |
171
- if [[ -z "$DOCS_PR_NUMBER" ]]; then
172
- echo "DOCS_PR_NUMBER is not set; skipping failure comment on apify/apify-docs PR."
173
- exit 0
174
- fi
175
-
176
gh pr comment "$DOCS_PR_NUMBER" \
177
--repo apify/apify-docs \
178
--body "Python client model regeneration failed. [See workflow run](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }})." \
0 commit comments