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 }}
|
||||
mode: direct
|
||||
speakeasy_version: latest
|
||||
working_directory: src
|
||||
secrets:
|
||||
github_access_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
speakeasy_api_key: ${{ secrets.SPEAKEASY_API_KEY }}
|
||||
|
||||
@@ -14,7 +14,7 @@ workflow:
|
||||
sources:
|
||||
Plex-API:
|
||||
inputs:
|
||||
- location: ./src/pms-spec.yaml
|
||||
- location: ./output/plex-media-server-spec-dereferenced.yaml
|
||||
registry:
|
||||
location: registry.speakeasyapi.dev/lukehagar/lukehagar/plex-api
|
||||
targets: {}
|
||||
|
||||
@@ -3,7 +3,7 @@ speakeasyVersion: latest
|
||||
sources:
|
||||
Plex-API:
|
||||
inputs:
|
||||
- location: ./src/pms-spec.yaml
|
||||
- location: ./output/plex-media-server-spec-dereferenced.yaml
|
||||
registry:
|
||||
location: registry.speakeasyapi.dev/lukehagar/lukehagar/plex-api
|
||||
targets: {}
|
||||
|
||||
Reference in New Issue
Block a user