Skip to content

Commit 6b805f2

Browse files
authored
openapi: pull from source of truth (#78)
1 parent bc29b63 commit 6b805f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Fetch latest OpenAPI definition
1919
shell: bash
2020
run: |-
21-
curl https://openapi-v2.exoscale.com/source.json | ./.sort-enums.py | jq > exoscale/openapi.json
21+
curl https://api-ch-gva-2.exoscale.com/v2/openapi.json | ./.sort-enums.py | jq > exoscale/openapi.json
2222
2323
curl https://partner-api.exoscale.com/v1.alpha/openapi.json | ./.sort-enums.py | jq > exoscale/partner-api.json
2424
- name: Commit and push if changed

0 commit comments

Comments
 (0)