rename git_branch to gitBranch

This commit is contained in:
Matthew Wong 2022-08-30 18:30:42 -04:00
parent bdfcba2f10
commit 3fd6ff9253

View File

@ -84,6 +84,6 @@
{{ template "_internal/google_analytics.html" . }}
<script>
window.dataLayer.push({
'git_branch': '{{ getenv "BRANCH" }}',
'gitBranch': '{{ getenv "BRANCH" }}',
});
</script>