From 6c5023fbbfe70012483ea16a4847b3a3d78a8910 Mon Sep 17 00:00:00 2001 From: Norbert de Langen Date: Thu, 18 Feb 2021 13:14:04 +0100 Subject: [PATCH] change to the proper url --- action/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action/main.ts b/action/main.ts index fc7d6bb3d..f7f24fb9e 100755 --- a/action/main.ts +++ b/action/main.ts @@ -81,7 +81,7 @@ async function runChromatic(options): Promise { url: ctx.build?.webUrl, code: ctx.exitCode, buildUrl: ctx.build?.webUrl, - storybookUrl: ctx.build?.isolatorUrl, + storybookUrl: ctx.build?.cachedUrl, }; }