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 15f5a99 commit 8dd4ce9Copy full SHA for 8dd4ce9
.github/workflows/autoupdate-prod.yaml
@@ -38,6 +38,7 @@ jobs:
38
if: steps.verify-changed-files.outputs.files_changed == 'true'
39
run: make gen-docs
40
- name: Commit Generator Changes
41
+ if: steps.verify-changed-files.outputs.files_changed == 'true'
42
run: |
43
git add . && git commit -m "fix: Generated SDK source code and docs"
44
- name: Release updates
0 commit comments