Skip to content

Commit

Permalink
fixing action for two different steps.
Browse files Browse the repository at this point in the history
  • Loading branch information
augustjohnson committed Oct 19, 2024
1 parent 28e556b commit d3bdebb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/rdme-openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,11 @@ jobs:
- name: Check out repo πŸ“š
uses: actions/checkout@v3

- name: Run `openapi` command πŸš€
- name: Run `openapi` command for v1πŸš€
uses: readmeio/rdme@v8
with:
rdme: openapi openapi-schema-v1.yml --key=${{ secrets.README_API_KEY }} --id=641f6d9e0ffbcd06c0e7343c
- name: Run `openapi` command for v2πŸš€
uses: readmeio/rdme@v8
with:
rdme: openapi openapi-schema-v2.yml --key=${{ secrets.README_API_KEY }} --id=641f6d9e0ffbcd06c0e7343c

0 comments on commit d3bdebb

Please sign in to comment.