Skip to content

Commit

Permalink
Merge branch 'main' into EVEREST-1841-mongodb-major-upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
percona-robot authored Mar 4, 2025
2 parents cd8712c + 09b7a8e commit 65effef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/api-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ on:

jobs:
rdme-openapi:
runs-on: ubuntu-24.04
runs-on: ubuntu-latest
steps:
- name: Check out repo 📚
uses: actions/checkout@v4

- name: Run `openapi` command 🚀
uses: readmeio/rdme@v10
with:
rdme: openapi docs/spec/openapi.yml --key=${{ secrets.README_API_KEY }} --id=66706dadbe980c00249a8846
rdme: openapi upload ./docs/spec/openapi.yml --key=${{ secrets.README_API_KEY }}

0 comments on commit 65effef

Please sign in to comment.