Skip to content

Commit

Permalink
change to the proper url
Browse files Browse the repository at this point in the history
  • Loading branch information
ndelangen committed Feb 18, 2021
1 parent 2a070af commit 6c5023f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ async function runChromatic(options): Promise<Output> {
url: ctx.build?.webUrl,
code: ctx.exitCode,
buildUrl: ctx.build?.webUrl,
storybookUrl: ctx.build?.isolatorUrl,
storybookUrl: ctx.build?.cachedUrl,
};
}

Expand Down

0 comments on commit 6c5023f

Please sign in to comment.