mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-30 16:24:06 -06:00
rename git_branch to gitBranch
This commit is contained in:
parent
bdfcba2f10
commit
3fd6ff9253
@ -84,6 +84,6 @@
|
|||||||
{{ template "_internal/google_analytics.html" . }}
|
{{ template "_internal/google_analytics.html" . }}
|
||||||
<script>
|
<script>
|
||||||
window.dataLayer.push({
|
window.dataLayer.push({
|
||||||
'git_branch': '{{ getenv "BRANCH" }}',
|
'gitBranch': '{{ getenv "BRANCH" }}',
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user