We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab496c0 commit daf93baCopy full SHA for daf93ba
1 file changed
.github/workflows/gh_statistics_bot.yml
@@ -422,13 +422,13 @@ jobs:
422
}
423
424
const latestMonth = monthlyData[monthlyData.length - 1];
425
- const csvFileName = `monthly-statistics-${csvNow.getFullYear()}-${(csvNow.getMonth()).toString().padStart(2, '0')}.csv`;
426
427
return {
428
branchName: branchName,
429
message: `Charts updated on branch ${branchName} for ${latestMonth.month}`,
430
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}`
+ csvUrl: `https://github.com/${context.repo.owner}/${context.repo.repo}/blob/${branchName}/docs/stats/${csvFileName}`,
+ csvFileName: csvFileName
432
};
433
434
0 commit comments