Skip to content

Commit

Permalink
Update stats.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Rd4dev authored Nov 4, 2024
1 parent 875130c commit 645b8d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
console.log(`Commits count - ${commits.length}`);
console.log(`Commits from script - ${JSON.stringify(commits, null, 2)}`);
const recentCommits = commits.filter(commit => new Date(commit.commit.committer.date) > Date(${{ steps.last-apk-aab-analysis.outputs.comment-created-at }}));
const recentCommits = commits.filter(commit => new Date(commit.commit.committer.date) > Date("${{ steps.last-apk-aab-analysis.outputs.comment-created-at }}"));
const recentCommitsCount = recentCommits.length;
console.log(`Recent Commits count - ${recentCommitsCount}`);
Expand Down

0 comments on commit 645b8d4

Please sign in to comment.