mirror of
https://github.com/LukeHagar/plex-api-spec.git
synced 2025-12-06 12:37:45 +00:00
undid the sub folder move
This commit is contained in:
3
.github/workflows/sdk_generation.yaml
vendored
3
.github/workflows/sdk_generation.yaml
vendored
@@ -18,7 +18,7 @@ permissions:
|
|||||||
- main
|
- main
|
||||||
paths:
|
paths:
|
||||||
- .github/workflows/sdk_generation.yaml
|
- .github/workflows/sdk_generation.yaml
|
||||||
- src/**/*
|
- output/**/*
|
||||||
jobs:
|
jobs:
|
||||||
generate:
|
generate:
|
||||||
uses: speakeasy-api/sdk-generation-action/.github/workflows/workflow-executor.yaml@v15
|
uses: speakeasy-api/sdk-generation-action/.github/workflows/workflow-executor.yaml@v15
|
||||||
@@ -26,7 +26,6 @@ jobs:
|
|||||||
force: ${{ github.event.inputs.force }}
|
force: ${{ github.event.inputs.force }}
|
||||||
mode: direct
|
mode: direct
|
||||||
speakeasy_version: latest
|
speakeasy_version: latest
|
||||||
working_directory: src
|
|
||||||
secrets:
|
secrets:
|
||||||
github_access_token: ${{ secrets.GITHUB_TOKEN }}
|
github_access_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
speakeasy_api_key: ${{ secrets.SPEAKEASY_API_KEY }}
|
speakeasy_api_key: ${{ secrets.SPEAKEASY_API_KEY }}
|
||||||
|
|||||||
@@ -3,8 +3,9 @@ speakeasyVersion: latest
|
|||||||
sources:
|
sources:
|
||||||
plexapi:
|
plexapi:
|
||||||
inputs:
|
inputs:
|
||||||
- location: ./pms-spec.yaml
|
# - location: ./src/pms-spec.yaml
|
||||||
ruleset: PathParamRuleset
|
- location: ./output/plex-media-server-spec-dereferenced.yaml
|
||||||
|
# ruleset: PathParamRuleset
|
||||||
registry:
|
registry:
|
||||||
location: registry.speakeasyapi.dev/plexapi/plexapi/plexapi
|
location: registry.speakeasyapi.dev/plexapi/plexapi/plexapi
|
||||||
targets: {}
|
targets: {}
|
||||||
Reference in New Issue
Block a user