We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58010b8 commit d5d9430Copy full SHA for d5d9430
.github/actions/fetch-repositories/fetch-catalogue.js
@@ -211,8 +211,6 @@ class CatalogueFetcher {
211
forks_count: repo.forks_count,
212
watchers_count: repo.watchers_count,
213
subscribers_count: repo.subscribers_count, // Sometimes used instead of watchers_count
214
- pushed_at: new Date(repo.pushed_at),
215
- updated_at: new Date(repo.updated_at),
216
217
// Optional fields
218
license: repo.license ? {
0 commit comments