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 6572788 commit 9103f68Copy full SHA for 9103f68
1 file changed
packages/webpack-plugin/src/services/netlify.js
@@ -7,9 +7,8 @@ export function config() {
7
name: 'Netlify',
8
service: 'netlify',
9
commit: process.env.COMMIT_REF,
10
- branch: process.env.BRANCH,
+ branch: process.env.HEAD,
11
build_url: process.env.DEPLOY_URL,
12
- root: process.env.WORKSPACE,
13
pr: process.env.REVIEW_ID,
14
}
15
0 commit comments