mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-11-03 03:09:28 +00:00
This reverts commit 55a2e7ab7fc16e4e311ea994b95553031711a506.
This commit is contained in:
parent
55a2e7ab7f
commit
784034ffc3
2
.github/workflows/openapi_sync.yml
vendored
2
.github/workflows/openapi_sync.yml
vendored
@ -48,7 +48,7 @@ jobs:
|
||||
echo "id=$SPECS_ID" >> "$GITHUB_OUTPUT"
|
||||
|
||||
- name: Sync OpenAPI specs
|
||||
uses: readmeio/rdme@8.6.6
|
||||
uses: readmeio/rdme@8.3.1
|
||||
env:
|
||||
README_API_KEY: ${{ secrets.README_API_KEY }}
|
||||
README_API_DEFINITION_ID: ${{ steps.openapi-specs.outputs.id }}
|
||||
|
||||
4
.github/workflows/readme_sync.yml
vendored
4
.github/workflows/readme_sync.yml
vendored
@ -47,7 +47,7 @@ jobs:
|
||||
# will always be synced to the current `X.Y-unstable` version on Readme
|
||||
id: sync-main
|
||||
if: github.ref_name == 'main' && github.event_name == 'push'
|
||||
uses: readmeio/rdme@8.6.6
|
||||
uses: readmeio/rdme@8.3.1
|
||||
env:
|
||||
README_API_KEY: ${{ secrets.README_API_KEY }}
|
||||
with:
|
||||
@ -58,7 +58,7 @@ jobs:
|
||||
# Sync the current Haystack version `X.Y.Z` with its corresponding Readme version `X.Y`.
|
||||
# See https://docs.github.com/en/actions/learn-github-actions/contexts#steps-context for the condition used
|
||||
if: steps.sync-main.outcome == 'skipped' && github.event_name == 'push'
|
||||
uses: readmeio/rdme@8.6.6
|
||||
uses: readmeio/rdme@8.3.1
|
||||
env:
|
||||
README_API_KEY: ${{ secrets.README_API_KEY }}
|
||||
with:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user