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 9a129ae commit 8660e32Copy full SHA for 8660e32
.github/workflows/analytics.yaml
@@ -75,9 +75,9 @@ jobs:
75
done
76
}
77
78
- # Execute search (forks excluded)
79
- echo "Executing search query (forks excluded)"
80
- fetch_repos "$BASE_QUERY fork:false" "$TMP"
+ # Execute search (including forks)
+ echo "Executing search query (including forks)"
+ fetch_repos "$BASE_QUERY" "$TMP"
81
COUNT=$(sort -u "$TMP" | grep -c . || true)
82
echo "Unique repositories: $COUNT"
83
0 commit comments