diff --git a/.github/workflows/sync.yaml b/.github/workflows/sync.yaml index 79326fe..45436ef 100644 --- a/.github/workflows/sync.yaml +++ b/.github/workflows/sync.yaml @@ -19,4 +19,4 @@ jobs: # Docs: https://docs.github.com/actions/using-workflows/workflow-syntax-for-github-actions#example-using-versioned-actions uses: readmeio/rdme@v8 with: - rdme: openapi oas.json --key=${{ secrets.README_API_KEY }} --id=${{ secrets.API_DEFINITION_ID }} \ No newline at end of file + rdme: src\test\resources\openapi.yaml --key=${{ secrets.README_API_KEY }} --id=${{ secrets.API_DEFINITION_ID }} \ No newline at end of file diff --git a/src/test/resources/openapi.yaml b/src/test/resources/openapi.yaml new file mode 100644 index 0000000..e69de29