mirror of
https://github.com/logos-storage/logos-storage-py-api-client.git
synced 2026-01-03 22:13:07 +00:00
ci: fix variable
This commit is contained in:
parent
d86a6b1599
commit
11fa7bc25f
2
.github/workflows/generate.yml
vendored
2
.github/workflows/generate.yml
vendored
@ -40,7 +40,7 @@ jobs:
|
|||||||
run: npm install @openapitools/openapi-generator-cli -g
|
run: npm install @openapitools/openapi-generator-cli -g
|
||||||
|
|
||||||
- name: Download OpenAPI spec
|
- name: Download OpenAPI spec
|
||||||
run: wget ${{OPENAPI_URL}} -O codex.yaml
|
run: wget $OPENAPI_URL -O codex.yaml
|
||||||
|
|
||||||
- name: Run generation
|
- name: Run generation
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user