From c635302132ba9cde8f66d344a3f4c28963cf1672 Mon Sep 17 00:00:00 2001 From: Luke Hagar Date: Mon, 16 Sep 2024 13:16:31 -0500 Subject: [PATCH] Update workflow.yaml --- .speakeasy/workflow.yaml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.speakeasy/workflow.yaml b/.speakeasy/workflow.yaml index 2e63729..be98d8e 100644 --- a/.speakeasy/workflow.yaml +++ b/.speakeasy/workflow.yaml @@ -1,16 +1,14 @@ workflowVersion: 1.0.0 speakeasyVersion: latest sources: - my-source: + plexapi: inputs: - - location: https://raw.githubusercontent.com/LukeHagar/plex-api-spec/main/plex-media-server-spec-dereferenced.yaml - registry: - location: registry.speakeasyapi.dev/lukehagar/lukehagar/my-source + - location: registry.speakeasyapi.dev/plexapi/plexapi/plexapi:main targets: plexswift: target: swift - source: my-source + source: plexapi codeSamples: output: codeSamples.yaml registry: - location: registry.speakeasyapi.dev/lukehagar/lukehagar/code-samples-swift-plexswift + location: registry.speakeasyapi.dev/plexapi/plexapi/code-samples-swift-plexswift