Skip to content

Commit

Permalink
Use swaggerhub API directly
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor authored Dec 5, 2023
1 parent f2d1537 commit 1ffec4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
name: "Download spec"
run: |
wget -O "${{ runner.temp }}/spec.json" \
"https://app.swaggerhub.com/apiproxy/registry/Billingo/Billingo/${{ steps.billingo_spec.outputs.version }}"
"https://api.swaggerhub.com/apis/Billingo/Billingo/${{ steps.billingo_spec.outputs.version }}?resolved=false&flatten=false"
-
name: "Generate client"
run: |
Expand Down

1 comment on commit 1ffec4a

@szepeviktor
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.