We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd5fc94 commit f50e3b3Copy full SHA for f50e3b3
commands/storybook.js
@@ -155,11 +155,10 @@ async function storybook(serve, options) {
155
commitAuthor: commit.author.name,
156
commitMessage: commit.subject,
157
githubURL: process.env.GITHUB_URL || '',
158
- baseline : baseLine ?? ""
+ baselineBranch : baseLine ?? ""
159
},
160
buildName: buildName,
161
}
162
- console.log(`Current branch set to: ${git.branch}`);
163
164
// Call static render API
165
await axios.post(new URL(constants[options.env].STATIC_RENDER_PATH, constants[options.env].BASE_URL).href, payload)
0 commit comments