Skip to content

Commit

Permalink
fixup! fixup! fixup! ci: Add github action to update openapi.json
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-jones-dev committed Jun 27, 2024
1 parent 8fa69c3 commit 4f47867
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/update_openapi_json.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
id: auto-commit-action
with:
commit_message: Update openapi.json to match openapi.yaml
file_pattern: openapi.json

- if: steps.auto-commit-action.outputs.changes_detected == 'true'
run: echo "Update openapi.json"
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.idea/
*.pyc

0 comments on commit 4f47867

Please sign in to comment.