From 8fe6f12cd89dd25f771ae59b7843bb306da090c9 Mon Sep 17 00:00:00 2001 From: Vasilije <8619304+Vasilije1990@users.noreply.github.com> Date: Wed, 25 Sep 2024 17:34:57 +0200 Subject: [PATCH] Add posthog test task --- tools/push_to_posthog.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/push_to_posthog.py b/tools/push_to_posthog.py index b044b7a31..14fbce173 100644 --- a/tools/push_to_posthog.py +++ b/tools/push_to_posthog.py @@ -49,6 +49,8 @@ def main(): 'topics': repo_info.get('topics') } + print("Repository information: ", properties) + # Send event to PostHog posthog.capture( distinct_id='github_repo', # You can customize this identifier