Skip to content

Commit

Permalink
task: verify changed files before commit (#366)
Browse files Browse the repository at this point in the history
  • Loading branch information
wtrocki authored Jul 23, 2024
1 parent 15f5a99 commit 8dd4ce9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/autoupdate-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
if: steps.verify-changed-files.outputs.files_changed == 'true'
run: make gen-docs
- name: Commit Generator Changes
if: steps.verify-changed-files.outputs.files_changed == 'true'
run: |
git add . && git commit -m "fix: Generated SDK source code and docs"
- name: Release updates
Expand Down

0 comments on commit 8dd4ce9

Please sign in to comment.