Skip to content

Commit

Permalink
Setup working directory in github action (#18)
Browse files Browse the repository at this point in the history
Co-authored-by: Shreyaschorge <shreyas@neynar.com>
  • Loading branch information
Shreyaschorge and Shreyaschorge authored Nov 23, 2023
1 parent 2365b8c commit 92d90f2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/rdme-openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
- name: Check out repo πŸ“š
uses: actions/checkout@v3

- name: Set up Working Directory
run: pwd && ls -R

- name: Run `openapi` command for v1 spec πŸš€
uses: readmeio/rdme@v8
with:
Expand All @@ -22,8 +25,7 @@ jobs:
with:
rdme: openapi src/v2/spec.yaml --key=${{ secrets.README_API_KEY }} --id=653140896cad5a001321c86f

- name: Run `openapi` command πŸš€
- name: Run `openapi` command for v2 recommendation spec πŸš€
uses: readmeio/rdme@v8
with:
rdme: openapi src/v2/recommendation/spec.yaml --key=${{ secrets.README_API_KEY }} --id=6537721ac0ccd40031482643

0 comments on commit 92d90f2

Please sign in to comment.