Skip to content

Commit 53f75c7

Browse files
committed
otput dir defined
1 parent 5476914 commit 53f75c7

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/generate-sec-api-python-sdk.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
# outputDir like '../sdk/python' (relative to the config file) or
9393
# an absolute path like '${{ github.workspace }}/finfeedapi/sec-api/sdk/python'.
9494
echo "Running OpenAPI Generator CLI batch process..."
95-
openapi-generator-cli batch finfeedapi/sec-api/sdk-config/*.yaml -v -o "${SDK_OUTPUT_DIR}"
95+
openapi-generator-cli batch finfeedapi/sec-api/sdk-config/*.yaml -v
9696
9797
echo "SDKs generation complete."
9898
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
inputSpec: "./finfeedapi/sec-api/spec/sec-api-historical.json"
2+
outputDir: "./finfeedapi/sec-api/sdk"
23
additionalProperties:
34
x-ext-name: "Tomasz Przybysz"

finfeedapi/sec-api/spec/sec-api-historical.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"openapi": "3.0.1",
33
"info": {
4-
"title": "REST API",
4+
"title": "REST API",
55
"contact": {
66
"name": "API BRICKS LTD",
77
"url": "https://www.finfeedapi.com",

0 commit comments

Comments
 (0)