Skip to content

Commit

Permalink
Bump readmeio/rdme from 8.6.4 to 8.6.6
Browse files Browse the repository at this point in the history
Bumps [readmeio/rdme](https://github.com/readmeio/rdme) from 8.6.4 to 8.6.6.
- [Release notes](https://github.com/readmeio/rdme/releases)
- [Changelog](https://github.com/readmeio/rdme/blob/next/CHANGELOG.md)
- [Commits](readmeio/rdme@8.6.4...8.6.6)

---
updated-dependencies:
- dependency-name: readmeio/rdme
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 18, 2024
1 parent 8696b85 commit 8edf913
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-QA-api-docs-to-Readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: readmeio/rdme@8.6.4
- uses: readmeio/rdme@8.6.6
with:
rdme: openapi ./fire-business-api-v1.yaml --workingDirectory=src --key=${{ secrets.README_API_KEY }} --id=6422b12bda8f98007a573637
# 6422b12bda8f98007a57366d is the _id for the v1.0-qa version. Got this from the ReadMe https://dash.readme.com/project/fire-business-api/v1.0-qa/reference
4 changes: 2 additions & 2 deletions .github/workflows/deploy-api-docs-to-readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: readmeio/rdme@8.6.4
- uses: readmeio/rdme@8.6.6
with:
rdme: openapi ./fire-business-api-v1.yaml --workingDirectory=src --key=${{ secrets.README_API_KEY }} --id=6136360239a7a64894f1c269
# 6136360239a7a64894f1c269 is the _id for the v1.0 version. Got this from the ReadMe https://dash.readme.com/project/fire-business-api/v1.0/reference
Expand All @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: readmeio/rdme@8.6.4
- uses: readmeio/rdme@8.6.6
with:
rdme: docs guides --key=${{ secrets.README_API_KEY }} --version=v1.0

0 comments on commit 8edf913

Please sign in to comment.