mirror of
https://github.com/logos-storage/logos-storage-py-api-client.git
synced 2026-01-02 13:33:11 +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
|
||||
|
||||
- name: Download OpenAPI spec
|
||||
run: wget ${{OPENAPI_URL}} -O codex.yaml
|
||||
run: wget $OPENAPI_URL -O codex.yaml
|
||||
|
||||
- name: Run generation
|
||||
run: |
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user