Skip to content

Commit

Permalink
Merge pull request #284 from chromaui/fix/change-isolatorUrl-for-cach…
Browse files Browse the repository at this point in the history
…edUrl

export the correct URL as storybookURL from the action
  • Loading branch information
ndelangen committed Feb 22, 2021
2 parents 42d4b61 + ec17516 commit 0b57e49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action/main.ts
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 0b57e49

Please sign in to comment.