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 1baddac commit 9efb286Copy full SHA for 9efb286
commands/storybook.js
@@ -130,7 +130,7 @@ async function storybook(serve, options) {
130
customViewports: storybookConfig.customViewports
131
},
132
git: {
133
- branch: process.env.BRANCH_NAME ? process.env.BRANCH_NAME: commit.branch,
+ branch: process.env.CURRENT_BRANCH ? process.env.CURRENT_BRANCH: commit.branch,
134
commitId: commit.shortHash,
135
commitAuthor: commit.author.name,
136
commitMessage: commit.subject,
0 commit comments