Skip to content

Commit 8660e32

Browse files
committed
fix
1 parent 9a129ae commit 8660e32

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/analytics.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@ jobs:
7575
done
7676
}
7777
78-
# Execute search (forks excluded)
79-
echo "Executing search query (forks excluded)"
80-
fetch_repos "$BASE_QUERY fork:false" "$TMP"
78+
# Execute search (including forks)
79+
echo "Executing search query (including forks)"
80+
fetch_repos "$BASE_QUERY" "$TMP"
8181
COUNT=$(sort -u "$TMP" | grep -c . || true)
8282
echo "Unique repositories: $COUNT"
8383

0 commit comments

Comments
 (0)