Skip to content

Commit

Permalink
fix: check for modifications after openapi fetch (#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
wtrocki authored Oct 9, 2023
1 parent 3fab993 commit 991c5f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/autoupdate-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git config --global user.name "github-actions[bot]"
git add .
git commit -m "fix: update OpenAPI spec"
git commit --allow-empty -m "fix: update OpenAPI spec"
- name: Run generation
working-directory: ./tools
run: |
Expand Down

0 comments on commit 991c5f9

Please sign in to comment.