From 62bd0c2ae2bbaefe1e073b44f0e7215abf22b0e4 Mon Sep 17 00:00:00 2001 From: Luke Hagar Date: Mon, 16 Sep 2024 13:12:41 -0500 Subject: [PATCH] Update workflow.yaml --- .speakeasy/workflow.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.speakeasy/workflow.yaml b/.speakeasy/workflow.yaml index 8093300..cab7bb5 100644 --- a/.speakeasy/workflow.yaml +++ b/.speakeasy/workflow.yaml @@ -1,9 +1,9 @@ workflowVersion: 1.0.0 speakeasyVersion: latest sources: - my-source: + plexapi: inputs: - - location: registry.speakeasyapi.dev/lukehagar/lukehagar/plex-api:main + - location: registry.speakeasyapi.dev/plexapi/plexapi/plexapi:main targets: plexruby: target: ruby @@ -14,4 +14,4 @@ targets: codeSamples: output: codeSamples.yaml registry: - location: registry.speakeasyapi.dev/lukehagar/lukehagar/code-samples-ruby-plexruby + location: registry.speakeasyapi.dev/plexapi/plexapi/code-samples-ruby-plexruby