Skip to content

Commit

Permalink
added openapi spec
Browse files Browse the repository at this point in the history
  • Loading branch information
happytreees committed Dec 7, 2023
1 parent e68fa91 commit 6572d1a
Show file tree
Hide file tree
Showing 2 changed files with 24,078 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
with:
fetch-depth: 0
- name: Run code generation
run: (bash /usr/local/bin/docker-entrypoint.sh generate -i blob:https://www.vultr.com/ddc5a3ba-302d-4eec-8908-5a72f58c999b --additional-properties moduleName=VultRuby -g ruby -o ./vendor/vultr_ruby)
run: (bash /usr/local/bin/docker-entrypoint.sh generate -i blob/v0.0.1.json --additional-properties moduleName=VultRuby --skip-validate-spec -g ruby -o ./vendor/vultr_ruby)
- name: Create Pull Request
uses: peter-evans/create-pull-request@v5
Loading

0 comments on commit 6572d1a

Please sign in to comment.