ci: fix variable

This commit is contained in:
Adam Uhlíř 2024-12-18 14:45:40 +01:00
parent d86a6b1599
commit 11fa7bc25f
No known key found for this signature in database
GPG Key ID: 1D17A9E81F76155B

View File

@ -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: |