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 434f8a2 commit 223356d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/readme.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,11 @@ on:
jobs:
publish:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./testops-api
steps:
- name: Checkout repository
uses: actions/checkout@v4

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

0 comments on commit 223356d

Please sign in to comment.