Skip to content

Commit daf93ba

Browse files
committed
test
1 parent ab496c0 commit daf93ba

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/gh_statistics_bot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -422,13 +422,13 @@ jobs:
422422
}
423423
424424
const latestMonth = monthlyData[monthlyData.length - 1];
425-
const csvFileName = `monthly-statistics-${csvNow.getFullYear()}-${(csvNow.getMonth()).toString().padStart(2, '0')}.csv`;
426425
427426
return {
428427
branchName: branchName,
429428
message: `Charts updated on branch ${branchName} for ${latestMonth.month}`,
430429
branchUrl: `https://github.com/${context.repo.owner}/${context.repo.repo}/tree/${branchName}`,
431-
csvUrl: `https://github.com/${context.repo.owner}/${context.repo.repo}/blob/${branchName}/docs/stats/${csvFileName}`
430+
csvUrl: `https://github.com/${context.repo.owner}/${context.repo.repo}/blob/${branchName}/docs/stats/${csvFileName}`,
431+
csvFileName: csvFileName
432432
};
433433
}
434434

0 commit comments

Comments
 (0)