Skip to content

Commit f50e3b3

Browse files
Aditya JoshiAditya Joshi
authored andcommitted
Changes in property name from baseline to baselineBranch
1 parent bd5fc94 commit f50e3b3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

commands/storybook.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,11 +155,10 @@ async function storybook(serve, options) {
155155
commitAuthor: commit.author.name,
156156
commitMessage: commit.subject,
157157
githubURL: process.env.GITHUB_URL || '',
158-
baseline : baseLine ?? ""
158+
baselineBranch : baseLine ?? ""
159159
},
160160
buildName: buildName,
161161
}
162-
console.log(`Current branch set to: ${git.branch}`);
163162

164163
// Call static render API
165164
await axios.post(new URL(constants[options.env].STATIC_RENDER_PATH, constants[options.env].BASE_URL).href, payload)

0 commit comments

Comments
 (0)