From 2b4a59f67fbb1b2e57c02dd8d0b9dae90b47247e Mon Sep 17 00:00:00 2001 From: Luke Hagar Date: Mon, 16 Sep 2024 13:13:31 -0500 Subject: [PATCH] Update workflow.yaml --- .speakeasy/workflow.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.speakeasy/workflow.yaml b/.speakeasy/workflow.yaml index dd78905..4bda5a8 100644 --- a/.speakeasy/workflow.yaml +++ b/.speakeasy/workflow.yaml @@ -1,14 +1,14 @@ 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: plexgo: target: go - source: my-source + source: plexapi codeSamples: output: codeSamples.yaml registry: - location: registry.speakeasyapi.dev/lukehagar/lukehagar/code-samples-go-plexgo + location: registry.speakeasyapi.dev/plexapi/plexapi/code-samples-go-plexgo