mirror of
https://github.com/deepset-ai/haystack.git
synced 2026-01-08 04:56:45 +00:00
Fix OpenAPI specs upload (#4266)
This commit is contained in:
parent
13c4ff1b52
commit
280414e5c6
2
.github/workflows/openapi_sync.yml
vendored
2
.github/workflows/openapi_sync.yml
vendored
@ -40,7 +40,7 @@ jobs:
|
||||
SPECS_ID=$(curl https://dash.readme.com/api/v1/api-specification \
|
||||
-u "$README_API_KEY:" \
|
||||
--header "x-readme-version: $VERSION" \
|
||||
| jq -r ".[0].version")
|
||||
| jq -r ".[0].id")
|
||||
echo "id=$SPECS_ID" >> "$GITHUB_OUTPUT"
|
||||
|
||||
- name: Sync OpenAPI specs
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user