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 3c0443f commit 775d194Copy full SHA for 775d194
lib/routes/actions/github.js
@@ -322,7 +322,7 @@ function followBranch (instancesKey) {
322
instances.getGithubUsernamesForInstances(
323
'instanceCreator', 'deployedInstances'),
324
heap.create(),
325
- heap.model.track('githubPushInfo.user.id', 'github_hook_autodepoy', {
+ heap.model.track('githubPushInfo.user.id', 'github_hook_autodeploy', {
326
repo: 'githubPushInfo.repo',
327
branch: 'githubPushInfo.branch',
328
commit: 'githubPushInfo.headCommit.id',
0 commit comments