Skip to content

Commit

Permalink
Update readme.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
n3r committed Jan 7, 2024
1 parent 45d9486 commit 11e0e87
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/readme.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,13 @@ on:
jobs:
publish:
runs-on: ubuntu-latest

steps:
- name: Checkout repository
uses: actions/checkout@v4

- name: Sync Readme docs
uses: readmeio/rdme@v8
working-directory: ./testops-api
with:
rdme: openapi ./testops-api/src.yaml --key=${{ secrets.README_KEY }} --id=6172e1f931427d3f983e34ff
rdme: openapi src.yaml --key=${{ secrets.README_KEY }} --id=6172e1f931427d3f983e34ff

0 comments on commit 11e0e87

Please sign in to comment.