mirror of
https://github.com/LukeHagar/plex-api-spec.git
synced 2025-12-06 04:20:40 +00:00
fix working directory in speak easy generation
This commit is contained in:
1
.github/workflows/sdk_generation.yaml
vendored
1
.github/workflows/sdk_generation.yaml
vendored
@@ -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 }}
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ workflow:
|
|||||||
sources:
|
sources:
|
||||||
Plex-API:
|
Plex-API:
|
||||||
inputs:
|
inputs:
|
||||||
- location: ./src/pms-spec.yaml
|
- location: ./output/plex-media-server-spec-dereferenced.yaml
|
||||||
registry:
|
registry:
|
||||||
location: registry.speakeasyapi.dev/lukehagar/lukehagar/plex-api
|
location: registry.speakeasyapi.dev/lukehagar/lukehagar/plex-api
|
||||||
targets: {}
|
targets: {}
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ speakeasyVersion: latest
|
|||||||
sources:
|
sources:
|
||||||
Plex-API:
|
Plex-API:
|
||||||
inputs:
|
inputs:
|
||||||
- location: ./src/pms-spec.yaml
|
- location: ./output/plex-media-server-spec-dereferenced.yaml
|
||||||
registry:
|
registry:
|
||||||
location: registry.speakeasyapi.dev/lukehagar/lukehagar/plex-api
|
location: registry.speakeasyapi.dev/lukehagar/lukehagar/plex-api
|
||||||
targets: {}
|
targets: {}
|
||||||
|
|||||||
Reference in New Issue
Block a user