Add posthog test task
This commit is contained in:
parent
c1442d9b90
commit
8fe6f12cd8
1 changed files with 2 additions and 0 deletions
|
|
@ -49,6 +49,8 @@ def main():
|
||||||
'topics': repo_info.get('topics')
|
'topics': repo_info.get('topics')
|
||||||
}
|
}
|
||||||
|
|
||||||
|
print("Repository information: ", properties)
|
||||||
|
|
||||||
# Send event to PostHog
|
# Send event to PostHog
|
||||||
posthog.capture(
|
posthog.capture(
|
||||||
distinct_id='github_repo', # You can customize this identifier
|
distinct_id='github_repo', # You can customize this identifier
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue