Revert "build(deps): bump readmeio/rdme from 8.3.1 to 8.6.6 (#5789)" (#5792)

This reverts commit 55a2e7ab7fc16e4e311ea994b95553031711a506.
This commit is contained in:
Stefano Fiorucci 2023-09-13 11:56:42 +02:00 committed by GitHub
parent 55a2e7ab7f
commit 784034ffc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

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

View File

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