Skip to content

Commit 7344b0e

Browse files
committed
maybemaybe
1 parent ae2cf43 commit 7344b0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gh_statistics_bot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ jobs:
187187
188188
// Commit charts to repository
189189
async function commitChartsToRepo(monthlyData, targetBranch) {
190-
const commits = monthlyData.map(d => d.stats?.totalCommitsAllBranches || 0);
190+
const commits = monthlyData.map(d => d.stats?.totalCommitsAllBranches || d.stats?.totalCommits || 0);
191191
const linesAdded = monthlyData.map(d => d.stats?.linesAdded || 0);
192192
const prsOpened = monthlyData.map(d => d.prStats?.opened || 0);
193193

0 commit comments

Comments
 (0)