Skip to content

Commit 8784762

Browse files
committed
update event title
1 parent 8660e32 commit 8784762

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/analytics.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
# Build JSON with jq to ensure valid formatting and numeric count
104104
jq -n \
105105
--arg api_key "$POSTHOG_API_KEY" \
106-
--arg event "universal_contracts_count" \
106+
--arg event "Universal contract count" \
107107
--arg distinct_id "github_actions/${{ github.repository }}" \
108108
--argjson count "$COUNT" \
109109
'{api_key:$api_key, event:$event, distinct_id:$distinct_id, properties:{count:$count}}' \

0 commit comments

Comments
 (0)